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>
Thu, 7 Aug 2014 18:10:22 +0000 (11:10 -0700)
commit7204c04dd86ae8ce05690e38737b2abf017a0a69
treebc86b741193ad3487d9e0166cc324d99a200c738
parenta7894cdb063edb88f1420a42207e0c4bd27ab4f9
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.

Bug: 16256184
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