v8/src/arm
jkummerow 882055ff6a Clean up JSConstructStub
- fix truthfulness of comments
- use InitializeFieldsWithFiller more consistently
- use unsigned comparisons for pointers

No change in functionality intended.

Bonus: improve JavaScriptFrame::Print() for an enhanced debugging experience:

- print PC of each frame
- print the function's source also for optimized frames

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

Cr-Commit-Position: refs/heads/master@{#29082}
2015-06-17 11:58:30 +00:00
..
assembler-arm-inl.h Fix issues with Arm's use of embedded constant pools 2015-06-09 16:00:25 +00:00
assembler-arm.cc Fix issues with Arm's use of embedded constant pools 2015-06-09 16:00:25 +00:00
assembler-arm.h Fix issues with Arm's use of embedded constant pools 2015-06-09 16:00:25 +00:00
builtins-arm.cc Clean up JSConstructStub 2015-06-17 11:58:30 +00:00
code-stubs-arm.cc Fix issues with Arm's use of embedded constant pools 2015-06-09 16:00:25 +00:00
code-stubs-arm.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
codegen-arm.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
codegen-arm.h Move IC code into a subdir and move ic-compilation related code from stub-cache into ic-compiler 2014-08-22 11:43:39 +00:00
constants-arm.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
constants-arm.h Add support for Embedded Constant Pools for PPC and Arm 2015-06-04 14:44:15 +00:00
cpu-arm.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
debug-arm.cc Vector ICs: debugger should save registers for vector store ics. 2015-06-08 09:34:48 +00:00
deoptimizer-arm.cc Add support for Embedded Constant Pools for PPC and Arm 2015-06-04 14:44:15 +00:00
disasm-arm.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
frames-arm.cc Add support for Embedded Constant Pools for PPC and Arm 2015-06-04 14:44:15 +00:00
frames-arm.h Fix issues with Arm's use of embedded constant pools 2015-06-09 16:00:25 +00:00
full-codegen-arm.cc Inline code generation for %_IsTypedArray 2015-06-15 22:16:43 +00:00
interface-descriptors-arm.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
interface-descriptors-arm.h Refactoring InterfaceDescriptors away from code-stubs.h 2014-08-29 10:40:02 +00:00
lithium-arm.cc [date] Refactor the %_DateField intrinsic to be optimizable. 2015-06-03 08:31:27 +00:00
lithium-arm.h [strong] Refactor ObjectStrength into a replacement for strong boolean args 2015-06-08 12:18:15 +00:00
lithium-codegen-arm.cc Make writing of frame translation platform independent. 2015-06-11 06:09:13 +00:00
lithium-codegen-arm.h Make writing of frame translation platform independent. 2015-06-11 06:09:13 +00:00
lithium-gap-resolver-arm.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
lithium-gap-resolver-arm.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
macro-assembler-arm.cc Clean up JSConstructStub 2015-06-17 11:58:30 +00:00
macro-assembler-arm.h Add support for Embedded Constant Pools for PPC and Arm 2015-06-04 14:44:15 +00:00
OWNERS Add to OWNERS for arm and a64 2014-02-12 13:33:54 +00:00
regexp-macro-assembler-arm.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
regexp-macro-assembler-arm.h Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
simulator-arm.cc Replace OFFSET_OF with offsetof as far as possible. 2015-06-17 09:06:56 +00:00
simulator-arm.h Fixed various simulator-related space leaks. 2015-05-20 05:55:45 +00:00