From 4289456fa265b833434c2a8eee9e7a16da31c524 Mon Sep 17 00:00:00 2001 From: Mingyao Yang Date: Mon, 7 Apr 2014 12:42:16 -0700 Subject: 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 --- compiler/dex/compiler_enums.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/dex/compiler_enums.h') 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, -- cgit v1.2.3-59-g8ed1b