diff options
| author | 2014-04-17 23:11:17 -0700 | |
|---|---|---|
| committer | 2014-04-17 23:11:17 -0700 | |
| commit | 7fff544c38f0dec3a213236bb785c3ca13d21a0f (patch) | |
| tree | ac125fbdbf6f863562f6bb543a70ecab610e96e1 /compiler/dex/compiler_enums.h | |
| parent | 6b8a2674119a9251de4d713cd2d1ff10ae21a66c (diff) | |
Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."
This reverts commit 9d46314a309aff327f9913789b5f61200c162609.
Diffstat (limited to 'compiler/dex/compiler_enums.h')
| -rw-r--r-- | compiler/dex/compiler_enums.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index 6f4fa3ab50..8a88d618cc 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -323,6 +323,8 @@ enum X86ConditionCode { std::ostream& operator<<(std::ostream& os, const X86ConditionCode& kind); enum ThrowKind { + kThrowArrayBounds, + kThrowConstantArrayBounds, kThrowNoSuchMethod, }; |