OSDN Git Service

AArch64: Implicit StackOverflow/NPE/Suspend checks.
authorStuart Monteith <stuart.monteith@arm.com>
Wed, 11 Jun 2014 15:44:46 +0000 (16:44 +0100)
committerDave Allison <dallison@google.com>
Wed, 6 Aug 2014 19:42:45 +0000 (12:42 -0700)
commitd5c78f44dc53ef9fda47a95ad3e9799be850c2b2
treebc86b741193ad3487d9e0166cc324d99a200c738
parenta947ebc45d2785522b3c9d3295be68fd35d548be
AArch64: Implicit StackOverflow/NPE/Suspend checks.

This implements implicit stack overflow checks and null pointer exceptions
for AArch64.  Suspend checks are implemented but not switched on yet.

Change-Id: I2eb076f2c0c9d94793d5a898fea49cf409b4eb66
Signed-off-by: Stuart Monteith <stuart.monteith@arm.com>
compiler/dex/quick/arm64/call_arm64.cc
dex2oat/dex2oat.cc
runtime/arch/arm64/fault_handler_arm64.cc
runtime/arch/arm64/quick_entrypoints_arm64.S
runtime/runtime.cc