v8/src/arm
2013-06-26 08:43:27 +00:00
..
assembler-arm-inl.h Short-circuit embedded cons strings. 2013-06-21 09:24:30 +00:00
assembler-arm.cc Increase sanity of integer division handling on ARM 2013-06-11 10:47:44 +00:00
assembler-arm.h ARM: Smi refactoring and improvements. 2013-05-17 15:38:14 +00:00
builtins-arm.cc Removed flag optimize-constructed-arrays. 2013-06-25 16:31:07 +00:00
code-stubs-arm.cc Removed flag optimize-constructed-arrays. 2013-06-25 16:31:07 +00:00
code-stubs-arm.h Notify CPU profiler when calling native getters 2013-06-13 19:16:35 +00:00
codegen-arm.cc Improve SeqStringSetChar implementation. 2013-05-23 09:51:06 +00:00
codegen-arm.h Make (most of) --trace-codegen available in release mode. Better output. 2013-05-24 10:57:59 +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 ARM: Smi refactoring and improvements. 2013-05-17 15:38:14 +00:00
deoptimizer-arm.cc Make assertion scopes thread safe. 2013-06-03 15:32:22 +00:00
disasm-arm.cc ARM: Smi refactoring and improvements. 2013-05-17 15:38:14 +00:00
frames-arm.cc Move ExitFrame::ComputeStackPointer from frames-<arch>.cc to frames.cc 2013-06-24 13:27:48 +00:00
frames-arm.h Move StackHandlerConstants to platform-independent frames.h 2013-04-08 11:17:32 +00:00
full-codegen-arm.cc Removed some useless/dead code regarding CompileTimeValues. 2013-06-24 14:26:32 +00:00
ic-arm.cc Install a generic handler whenever we fail to update the IC. 2013-06-14 11:21:34 +00:00
lithium-arm.cc Change PC for OSR entries to point to something more sensible (i.e. the first UnknownOsrValue), removing the need to record spilled OSR values and the need for duplicate deopt entries. 2013-06-26 08:43:27 +00:00
lithium-arm.h Change PC for OSR entries to point to something more sensible (i.e. the first UnknownOsrValue), removing the need to record spilled OSR values and the need for duplicate deopt entries. 2013-06-26 08:43:27 +00:00
lithium-codegen-arm.cc Change PC for OSR entries to point to something more sensible (i.e. the first UnknownOsrValue), removing the need to record spilled OSR values and the need for duplicate deopt entries. 2013-06-26 08:43:27 +00:00
lithium-codegen-arm.h Lithium codegen should not pass around block_ids. Rather encapsulate the basic block to assembly label mapping in the LInstruction. 2013-06-20 11:50:50 +00:00
lithium-gap-resolver-arm.cc Update the gap resolver to support Smi constants. 2013-05-28 12:37:29 +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 Notify CPU profiler when calling native getters 2013-06-13 19:16:35 +00:00
macro-assembler-arm.h Notify CPU profiler when calling native getters 2013-06-13 19:16:35 +00:00
regexp-macro-assembler-arm.cc Remove use of Isolate::Current in regexp macro assemblers. 2013-06-07 08:38:05 +00:00
regexp-macro-assembler-arm.h RegExp macro assembler clean up. 2013-06-06 10:17:07 +00:00
simulator-arm.cc Notify CPU profiler when calling native getters 2013-06-13 19:16:35 +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 Use type feedback for Array (non-constructor) call sites. 2013-06-19 09:25:24 +00:00