v8/src/arm
bmeurer@chromium.org 7d14f34a1b Inline Array.shift() fast path instead of using a code stub.
TEST=mjsunit/array-shift,mjsunit/array-shift2,mjsunit/array-shift3
R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21592 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-06-02 07:02:24 +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 Replace some calls to MemCopy with small constant sizes with memcpy 2014-05-27 12:02:44 +00:00
assembler-arm.h Merge Debugger and Debug. 2014-05-27 13:20:58 +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 Inline Array.shift() fast path instead of using a code stub. 2014-06-02 07:02:24 +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 Replace STATIC_CHECK with STATIC_ASSERT. 2014-05-27 13:43:29 +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 Replace some calls to MemCopy with small constant sizes with memcpy 2014-05-27 12:02:44 +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 Move LiveEdit-related code. 2014-05-28 10:21:46 +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 FastCloneShallowArrayStub should not be used it the length of the array is too big as it could eventually exceed the allowed size limit for manually folded allocations. 2014-05-28 16:00:52 +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 Inline Array.shift() fast path instead of using a code stub. 2014-06-02 07:02:24 +00:00
lithium-arm.h Inline Array.shift() fast path instead of using a code stub. 2014-06-02 07:02:24 +00:00
lithium-codegen-arm.cc Inline Array.shift() fast path instead of using a code stub. 2014-06-02 07:02:24 +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 Don't push eax/rax before calling Runtime_Abort 2014-05-30 14:27:19 +00:00
macro-assembler-arm.h Don't push eax/rax before calling Runtime_Abort 2014-05-30 14:27:19 +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 Replace some calls to MemCopy with small constant sizes with memcpy 2014-05-27 12:02:44 +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