v8/src/arm
mstarzinger 15f8213809 Remove kind field from StackHandler.
This relands commit 96f79568a9.

This makes the Isolate::Throw logic not depend on a prediction of
whether an exception is caught or uncaught. Such a prediction is
inherently undecidable because a finally block can decide between
consuming or re-throwing an exception depending on arbitray control
flow.

There still is a conservative prediction mechanism in place that
components like the debugger or tracing can use for reporting.

With this change we can get rid of the StackHandler::kind field, a
pre-requisite to do table-based lookups of exception handlers.

R=yangguo@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27263}
2015-03-18 10:19:16 +00:00
..
assembler-arm-inl.h Serializer: correctly deal with internal references. 2015-03-05 13:46:46 +00:00
assembler-arm.cc Refactor BreakLocationIterator. 2015-03-04 13:15:34 +00:00
assembler-arm.h Refactor BreakLocationIterator. 2015-03-04 13:15:34 +00:00
builtins-arm.cc ARM: Load undefined receiver sentinel without constant pool 2015-03-04 11:02:28 +00:00
code-stubs-arm.cc Delegate throwing in RegExpExecStub to CEntryStub. 2015-03-17 15:49:40 +00:00
code-stubs-arm.h Consistently use only one of virtual/OVERRIDE/FINAL. 2014-12-12 10:44:25 +00:00
codegen-arm.cc [arm] Recognize SXTB, SXTH, UXTB and UXTH. 2014-11-10 05:49:17 +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 Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
constants-arm.h [arm] Assembler support for internal references. 2015-02-06 07:21:23 +00:00
cpu-arm.cc Make FlushICache NOP for Nvidia Denver CPU's. 2014-12-19 11:16:36 +00:00
debug-arm.cc Refactor BreakLocationIterator. 2015-03-04 13:15:34 +00:00
deoptimizer-arm.cc Propagate DeoptInfo to cpu-profiler 2015-02-10 14:33:00 +00:00
disasm-arm.cc Use Rotate*() functions instead of doing this manually. 2015-03-04 05:53:33 +00:00
frames-arm.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
frames-arm.h Remove frame pointer from StackHandler. 2015-03-10 15:56:27 +00:00
full-codegen-arm.cc Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
interface-descriptors-arm.cc Retry "Use a WeakCell in the CallIC type vector." 2015-02-04 09:46:22 +00:00
interface-descriptors-arm.h Refactoring InterfaceDescriptors away from code-stubs.h 2014-08-29 10:40:02 +00:00
lithium-arm.cc Continue learning for calls in crankshaft. 2015-01-28 09:03:19 +00:00
lithium-arm.h Introduce LanguageMode, drop StrictMode. 2015-02-04 09:34:26 +00:00
lithium-codegen-arm.cc Merge old data and pointer space. 2015-03-18 09:39:03 +00:00
lithium-codegen-arm.h Externalize deoptimization reasons. 2015-02-05 14:51:58 +00:00
lithium-gap-resolver-arm.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
lithium-gap-resolver-arm.h Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +00:00
macro-assembler-arm.cc Remove kind field from StackHandler. 2015-03-18 10:19:16 +00:00
macro-assembler-arm.h Merge old data and pointer space. 2015-03-18 09:39:03 +00:00
OWNERS Add to OWNERS for arm and a64 2014-02-12 13:33:54 +00:00
regexp-macro-assembler-arm.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +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 Use Rotate*() functions instead of doing this manually. 2015-03-04 05:53:33 +00:00
simulator-arm.h Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00