v8/src/arm
svenpanne@chromium.org 9de70742a6 PredictableCodeSizeScope checks the expected size now.
We still have some problems on ARM, so the size check currently
optional. Furthermore, we don't use PredictableCodeSizeScope at all
place where we should do it. Both issues are cleaned up in upcoming
CLs.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13037 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-11-22 14:59:52 +00:00
..
assembler-arm-inl.h Add code again to allow reclaiming old unexecuted functions. 2012-11-08 12:18:11 +00:00
assembler-arm.cc Moved buffer handling to AssemblerBase. 2012-11-22 10:28:29 +00:00
assembler-arm.h Moved buffer handling to AssemblerBase. 2012-11-22 10:28:29 +00:00
builtins-arm.cc Add code again to allow reclaiming old unexecuted functions. 2012-11-08 12:18:11 +00:00
code-stubs-arm.cc PredictableCodeSizeScope checks the expected size now. 2012-11-22 14:59:52 +00:00
code-stubs-arm.h Lattice-based representation inference, powered by left/right specific type feedback for BinaryOps and comparisons 2012-11-14 15:59:45 +00:00
codegen-arm.cc Rename SeqAsciiString 2012-11-15 13:31:27 +00:00
codegen-arm.h Add code again to allow reclaiming old unexecuted functions. 2012-11-08 12:18:11 +00:00
constants-arm.cc ARM: Merging constants in simulator and assembler header files and other cleanup. 2011-01-26 08:32:54 +00:00
constants-arm.h Change constant pool marker to be the unconditional, permanently undefined instruction. 2012-10-22 15:25:17 +00:00
cpu-arm.cc Cosmetic changes ("set up" is a verb, "setup" is a noun). 2012-01-13 13:09:52 +00:00
debug-arm.cc Use movw/movt instead of constant pool on ARMv7. 2012-10-18 12:21:42 +00:00
deoptimizer-arm.cc Speed up function deoptimization by avoiding quadratic pass over optimized function list. 2012-10-22 09:48:56 +00:00
disasm-arm.cc Emit VMLA for multiply-add on ARM 2012-11-14 11:01:18 +00:00
frames-arm.cc Change ARM exit frame layout and alingment handling 2011-01-25 07:49:39 +00:00
frames-arm.h Support inlining at call-sites with mismatched number of arguments. 2012-01-24 08:43:12 +00:00
full-codegen-arm.cc PredictableCodeSizeScope checks the expected size now. 2012-11-22 14:59:52 +00:00
ic-arm.cc Support all fast elements kinds in the major array operations. 2012-11-15 12:19:14 +00:00
lithium-arm.cc Add dehoisting to the string printout of hydrogen and lithium instructions. 2012-11-22 10:19:05 +00:00
lithium-arm.h Add dehoisting to the string printout of hydrogen and lithium instructions. 2012-11-22 10:19:05 +00:00
lithium-codegen-arm.cc PredictableCodeSizeScope checks the expected size now. 2012-11-22 14:59:52 +00:00
lithium-codegen-arm.h Consolidated all the key store/load classes in the Hydrogen and Lithium 2012-11-02 09:18:53 +00:00
lithium-gap-resolver-arm.cc Remove TLS access for current Zone. 2012-06-11 12:42:31 +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 Rename SeqAsciiString 2012-11-15 13:31:27 +00:00
macro-assembler-arm.h Get rid of static module allocation, do it in code. 2012-11-22 10:25:22 +00:00
regexp-macro-assembler-arm.cc Rename IsAsciiRepresentation 2012-11-21 10:01:05 +00:00
regexp-macro-assembler-arm.h Allow unaligned accesses for ARMv7. 2012-10-15 15:19:36 +00:00
simulator-arm.cc Emit VMLA for multiply-add on ARM 2012-11-14 11:01:18 +00:00
simulator-arm.h Refactor Math.min/max to be a single HInstruction. 2012-08-06 14:28:27 +00:00
stub-cache-arm.cc Fix register confusion in non-VFP3 BinaryOpStubs on ARM 2012-11-16 08:54:01 +00:00