v8/src/arm
bmeurer@chromium.org 683bc694ad Skip write barriers in the fast case when setting up local context.
The FastNewContextStub always allocates in new space, so we don't
need to update the write barrier when copying the parameters to
the newly allocated context.

R=hpayer@chromium.org

Review URL: https://codereview.chromium.org/297203002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21481 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-05-26 08:13:09 +00:00
..
assembler-arm-inl.h Avoid flushing the icache unnecessarily when updating target addresses in code. 2014-05-20 09:21:45 +00:00
assembler-arm.cc Decouple CpuFeatures from serializer state. 2014-05-16 15:18:24 +00:00
assembler-arm.h Avoid flushing the icache unnecessarily when updating target addresses in code. 2014-05-20 09:21:45 +00:00
builtins-arm.cc Reland r21442 "Inobject slack tracking is done on a per-closure basis instead of per-shared info basis." 2014-05-23 08:52:05 +00:00
code-stubs-arm.cc Customized support for feedback on calls to Array. 2014-05-22 09:30:02 +00:00
code-stubs-arm.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
codegen-arm.cc Fix for 3303 MultithreadedParallelIsolates has a race condition. 2014-05-06 11:25:37 +00:00
codegen-arm.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
constants-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
constants-arm.h Presubmit checks recover: 2014-05-09 12:59:24 +00:00
cpu-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
debug-arm.cc Remove special debug ExternalReferences. 2014-05-22 07:57:33 +00:00
deoptimizer-arm.cc Require SSE2 support for the ia32 port. 2014-05-09 13:01:50 +00:00
disasm-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
frames-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
frames-arm.h Remove unused thread locals from debugger. 2014-05-20 15:20:02 +00:00
full-codegen-arm.cc Skip write barriers in the fast case when setting up local context. 2014-05-26 08:13:09 +00:00
ic-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
lithium-arm.cc Allow HPushArgument to handle more than one argument. 2014-05-23 14:06:42 +00:00
lithium-arm.h Provide a helper to generate multiple Lithium instructions for one Hydrogen instruction. 2014-05-23 13:15:07 +00:00
lithium-codegen-arm.cc Skip write barriers in the fast case when setting up local context. 2014-05-26 08:13:09 +00:00
lithium-codegen-arm.h Allow specifying base offset when constructing Keyed hydrogen instructions 2014-05-22 08:37:50 +00:00
lithium-gap-resolver-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
lithium-gap-resolver-arm.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
macro-assembler-arm.cc Decouple CpuFeatures from serializer state. 2014-05-16 15:18:24 +00:00
macro-assembler-arm.h Reland r21442 "Inobject slack tracking is done on a per-closure basis instead of per-shared info basis." 2014-05-23 08:52:05 +00:00
OWNERS Add to OWNERS for arm and a64 2014-02-12 13:33:54 +00:00
regexp-macro-assembler-arm.cc Clean up stack guard interrupts. 2014-05-09 09:13:12 +00:00
regexp-macro-assembler-arm.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
simulator-arm.cc Presubmit checks recover: 2014-05-09 12:59:24 +00:00
simulator-arm.h Reland "v8::TryCatch now works correctly with ASAN's UseAfterReturn mode enabled." 2014-05-20 10:13:46 +00:00
stub-cache-arm.cc Remove GenerateBooleanCheck() since we have a boolean map now. 2014-05-07 12:18:23 +00:00