v8/src/arm
jarin@chromium.org 7ac668f753 Deoptimization fix for HPushArgument.
HPushArgument should never be used in a simulation environment
because the slot addresses for the arguments can be off (e.g.,
due to on-stack arguments object of an inlined caller).

R=mstarzinger@chromium.org
BUG=v8:3183
LOG=N

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19675 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-03-05 12:45:46 +00:00
..
assembler-arm-inl.h Drop unused Assembler::set_external_target_at() method. 2013-11-25 14:07:05 +00:00
assembler-arm.cc Out-of-line constant pool on Arm: Stage 3 - Set Constant Pool Pointer on Function Entry 2013-12-30 11:23:59 +00:00
assembler-arm.h Out-of-line constant pool on Arm: Stage 3 - Set Constant Pool Pointer on Function Entry 2013-12-30 11:23:59 +00:00
builtins-arm.cc This is a preview of a first step towards unification of the hydrogen 2014-01-15 17:00:35 +00:00
code-stubs-arm.cc Consolidate RecordWriteFromCode and RecordWriteForEvacuationFromCode. 2014-03-03 13:27:59 +00:00
code-stubs-arm.h Consolidate RecordWriteFromCode and RecordWriteForEvacuationFromCode. 2014-03-03 13:27:59 +00:00
codegen-arm.cc ARM: Reduce the stack requirements of GetNoCodeAgeSequence. 2014-01-24 11:48:09 +00:00
codegen-arm.h Cleanup: Unify CodeGenerator class across platforms 2014-02-04 13:53:41 +00:00
constants-arm.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
constants-arm.h Avoid trying to decode the raw inline constant which is part of the aged code prologue. 2013-11-27 10:07:57 +00:00
cpu-arm.cc Add support for the QNX operating system. 2014-01-02 07:04:05 +00:00
debug-arm.cc Adding a type vector to replace type cells. 2014-02-10 21:38:17 +00:00
deoptimizer-arm.cc Clear optimized code cache in shared function info when code gets deoptimized. 2014-03-03 11:11:39 +00:00
disasm-arm.cc Avoid trying to decode the raw inline constant which is part of the aged code prologue. 2013-11-27 10:07:57 +00:00
frames-arm.cc Fix some out-of-line constant pool garbage collection bugs. 2014-01-07 15:53:54 +00:00
frames-arm.h Fix some out-of-line constant pool garbage collection bugs. 2014-01-07 15:53:54 +00:00
full-codegen-arm.cc Remove all uses of field-tracking flags that do not make decisions but are subject to existing information. 2014-03-04 12:48:17 +00:00
ic-arm.cc Remove HandlerKindField and just encode the handlerkind as the only extra-ic-state. 2014-02-14 15:17:26 +00:00
lithium-arm.cc Remove all uses of field-tracking flags that do not make decisions but are subject to existing information. 2014-03-04 12:48:17 +00:00
lithium-arm.h Push safepoint registers in deferred number-to-i/u only on-demand. 2014-03-04 12:45:00 +00:00
lithium-codegen-arm.cc Deoptimization fix for HPushArgument. 2014-03-05 12:45:46 +00:00
lithium-codegen-arm.h Push safepoint registers in deferred number-to-i/u only on-demand. 2014-03-04 12:45:00 +00:00
lithium-gap-resolver-arm.cc Handle constants in new space on arm by making macro-assembler smarter. 2013-10-24 12:40:34 +00:00
lithium-gap-resolver-arm.h Reland "Use V8_FINAL and V8_OVERRIDE in various places, fixing bugs revealed by them.". 2013-08-20 11:10:24 +00:00
macro-assembler-arm.cc The Array function must be looked up in the native context. 2014-02-28 10:39:36 +00:00
macro-assembler-arm.h The Array function must be looked up in the native context. 2014-02-28 10:39:36 +00:00
OWNERS Add to OWNERS for arm and a64 2014-02-12 13:33:54 +00:00
regexp-macro-assembler-arm.cc Revert "Fix inconsistencies wrt whitespaces." 2014-02-07 14:13:00 +00:00
regexp-macro-assembler-arm.h Fix ARM build on mac. 2013-10-24 07:03:52 +00:00
simulator-arm.cc Delete the simulator when we don't need it anymore 2014-02-28 10:55:47 +00:00
simulator-arm.h Merge experimental/a64 to bleeding_edge. 2014-02-12 09:19:30 +00:00
stub-cache-arm.cc Remove all uses of field-tracking flags that do not make decisions but are subject to existing information. 2014-03-04 12:48:17 +00:00