diff options
| author | 2014-04-08 11:02:52 -0700 | |
|---|---|---|
| committer | 2014-04-16 14:15:53 -0700 | |
| commit | e643a179cf5585ba6bafdd4fa51730d9f50c06f6 (patch) | |
| tree | 9560b04c62d60af3b7225260a62b1542cb67b091 /compiler/dex/compiler_enums.h | |
| parent | 9b417e4f0f87da6bfe8dc5f02c987acfcb6dca31 (diff) | |
Use LIRSlowPath for throwing NPE.
Get rid of launchpads for throwing NPE and use LIRSlowPath instead.
Also clean up some code of using LIRSlowPath for checking div
by zero.
Bug: 13170824
Change-Id: I0c20a49c39feff3eb1f147755e557d9bc0ff15bb
Diffstat (limited to 'compiler/dex/compiler_enums.h')
| -rw-r--r-- | compiler/dex/compiler_enums.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index 38d37b0700..8a88d618cc 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -323,7 +323,6 @@ enum X86ConditionCode { std::ostream& operator<<(std::ostream& os, const X86ConditionCode& kind); enum ThrowKind { - kThrowNullPointer, kThrowArrayBounds, kThrowConstantArrayBounds, kThrowNoSuchMethod, |