diff options
author | Mingyao Yang <mingyao@google.com> | 2014-04-07 12:42:16 -0700 |
---|---|---|
committer | Mingyao Yang <mingyao@google.com> | 2014-04-07 13:49:40 -0700 |
commit | 4289456fa265b833434c2a8eee9e7a16da31c524 (patch) | |
tree | 56aa57f5d8cd4621c0b3d48c6825632966995765 /compiler/dex/compiler_enums.h | |
parent | b7a691f6398c55dacb3531d921e8cb298c3c8b8d (diff) | |
download | android_art-4289456fa265b833434c2a8eee9e7a16da31c524.tar.gz android_art-4289456fa265b833434c2a8eee9e7a16da31c524.tar.bz2 android_art-4289456fa265b833434c2a8eee9e7a16da31c524.zip |
Use LIRSlowPath for throwing div by zero exception.
Get rid of launchpads for throwing div by zero exception and
use LIRSlowPath instead. Add a CallRuntimeHelper that takes no
argument for the runtime function.
Bug: 13170824
Change-Id: I7e0563e736c6f92bd63e3fbdfe3a777ad333e338
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 6c8c85d16d..38d37b0700 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -324,7 +324,6 @@ std::ostream& operator<<(std::ostream& os, const X86ConditionCode& kind); enum ThrowKind { kThrowNullPointer, - kThrowDivZero, kThrowArrayBounds, kThrowConstantArrayBounds, kThrowNoSuchMethod, |