From 9d46314a309aff327f9913789b5f61200c162609 Mon Sep 17 00:00:00 2001 From: Mingyao Yang Date: Thu, 17 Apr 2014 15:22:09 -0700 Subject: Use LIRSlowPath for throwing ArrayOutOfBoundsException. Get rid of launchpads for throwing ArrayOutOfBoundsException and use LIRSlowPath instead. Bug: 13170824 Change-Id: I0e27f7a261a6a7fb5c0645e6113a957e098f699e --- compiler/dex/compiler_enums.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/dex/compiler_enums.h') 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, }; -- cgit v1.2.3-59-g8ed1b