summaryrefslogtreecommitdiffstats
path: root/compiler/dex/compiler_enums.h
diff options
context:
space:
mode:
authorMingyao Yang <mingyao@google.com>2014-04-17 15:22:09 -0700
committerMingyao Yang <mingyao@google.com>2014-04-17 15:47:22 -0700
commit9d46314a309aff327f9913789b5f61200c162609 (patch)
tree915629a726948bcc44413fdc1dedd4fb778dee4f /compiler/dex/compiler_enums.h
parent425640d6fac3432a44e236a002e8401a7cd59c5c (diff)
downloadart-9d46314a309aff327f9913789b5f61200c162609.tar.gz
art-9d46314a309aff327f9913789b5f61200c162609.tar.bz2
art-9d46314a309aff327f9913789b5f61200c162609.zip
Use LIRSlowPath for throwing ArrayOutOfBoundsException.
Get rid of launchpads for throwing ArrayOutOfBoundsException and use LIRSlowPath instead. Bug: 13170824 Change-Id: I0e27f7a261a6a7fb5c0645e6113a957e098f699e
Diffstat (limited to 'compiler/dex/compiler_enums.h')
-rw-r--r--compiler/dex/compiler_enums.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h
index 8a88d618cc..6f4fa3ab50 100644
--- a/compiler/dex/compiler_enums.h
+++ b/compiler/dex/compiler_enums.h
@@ -323,8 +323,6 @@ enum X86ConditionCode {
std::ostream& operator<<(std::ostream& os, const X86ConditionCode& kind);
enum ThrowKind {
- kThrowArrayBounds,
- kThrowConstantArrayBounds,
kThrowNoSuchMethod,
};