v8/src/arm
dslomov@chromium.org acf1a7c91c Accurate function prototypes for native calls from ARM simulator.
This is a resubmit of codereview.chromium.org/13818012 with the following modifications:
- src/x64/code-stubs-x64.cc for changes specific to Win64   calling conventions.
- src/sampler.cc for Native Client support

BUG=v8:2614

Committed: https://code.google.com/p/v8/source/detail?r=14491

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

Patch from Brad Chen <bradchen@google.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14494 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-04-30 11:34:43 +00:00
..
assembler-arm-inl.h ARM: clean up code now that ARMv6 is the baseline. 2013-04-18 10:32:18 +00:00
assembler-arm.cc Disallow dereferencing deferred handles when generating optimized code. 2013-04-23 09:23:07 +00:00
assembler-arm.h ARM: clean up code now that ARMv6 is the baseline. 2013-04-18 10:32:18 +00:00
builtins-arm.cc Constructed arrays can be created with Hydrogen code stubs. The feature is still off by default (--optimize-constructed-arrays). 2013-04-25 16:00:32 +00:00
code-stubs-arm.cc Accurate function prototypes for native calls from ARM simulator. 2013-04-30 11:34:43 +00:00
code-stubs-arm.h Constructed arrays can be created with Hydrogen code stubs. The feature is still off by default (--optimize-constructed-arrays). 2013-04-25 16:00:32 +00:00
codegen-arm.cc Remove ARM support for VFP2 2013-04-07 04:34:20 +00:00
codegen-arm.h Re-land Crankshaft-generated KeyedLoad stubs. 2012-12-18 16:25:45 +00:00
constants-arm.cc Replace OS::MemCopy with OS::MemMove (just as fast but more flexible). 2013-04-16 12:30:51 +00:00
constants-arm.h ARM: clean up code now that ARMv6 is the baseline. 2013-04-18 10:32:18 +00:00
cpu-arm.cc ARM: clean up code now that ARMv6 is the baseline. 2013-04-18 10:32:18 +00:00
debug-arm.cc Allow setting debugger breakpoints on CompareNilICs 2013-04-30 07:56:09 +00:00
deoptimizer-arm.cc Refactor ExternalReference::isolate_address() to not rely on Isolate::Current(). 2013-04-24 07:39:35 +00:00
disasm-arm.cc Fix ARM build. 2013-04-10 09:35:11 +00:00
frames-arm.cc Unify deoptimizer for stub failure trampoline frames. 2013-03-08 16:18:50 +00:00
frames-arm.h Move StackHandlerConstants to platform-independent frames.h 2013-04-08 11:17:32 +00:00
full-codegen-arm.cc Capture receiver in generator object 2013-04-25 10:59:09 +00:00
ic-arm.cc ARM: VFP cleanup now that VFP2 is the baseline. 2013-04-22 21:30:57 +00:00
lithium-arm.cc Fix arm port of tracking field representations. Based on Rodolph Perfetta's comments 2013-04-26 19:21:54 +00:00
lithium-arm.h Fix arm port of tracking field representations. Based on Rodolph Perfetta's comments 2013-04-26 19:21:54 +00:00
lithium-codegen-arm.cc Do not use repeated subtractions in mod-i, it hurts performance in general. 2013-04-29 13:45:34 +00:00
lithium-codegen-arm.h Track storage types of instance variables. 2013-04-26 15:30:41 +00:00
lithium-gap-resolver-arm.cc Remove ARM support for VFP2 2013-04-07 04:34:20 +00:00
lithium-gap-resolver-arm.h Fix presubmit errors caused by updated depot tools 2011-09-08 19:57:14 +00:00
macro-assembler-arm.cc Track storage types of instance variables. 2013-04-26 15:30:41 +00:00
macro-assembler-arm.h Track storage types of instance variables. 2013-04-26 15:30:41 +00:00
regexp-macro-assembler-arm.cc Refactor ExternalReference::isolate_address() to not rely on Isolate::Current(). 2013-04-24 07:39:35 +00:00
regexp-macro-assembler-arm.h Refactor ExternalReference::isolate_address() to not rely on Isolate::Current(). 2013-04-24 07:39:35 +00:00
simulator-arm.cc Accurate function prototypes for native calls from ARM simulator. 2013-04-30 11:34:43 +00:00
simulator-arm.h Accurate function prototypes for native calls from ARM simulator. 2013-04-30 11:34:43 +00:00
stub-cache-arm.cc Track storage types of instance variables. 2013-04-26 15:30:41 +00:00