From bfea9c29e809e04bde4a46591fea64c5a7b922fb Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Fri, 17 Jan 2014 17:49:33 +0000 Subject: Class initialization check elimination. Also, move null check elimination temporaries to the ScopedArenaAllocator and reuse the same variables in the class initialization check elimination. Change-Id: Ic746f95427065506fa6016d4931e4cb8b34937af --- compiler/dex/compiler_enums.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/dex/compiler_enums.h') diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index cd215684bb..147e840166 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -136,6 +136,7 @@ enum MIROptimizationFlagPositons { kMIRNullCheckOnly, kMIRIgnoreRangeCheck, kMIRRangeCheckOnly, + kMIRIgnoreClInitCheck, kMIRInlined, // Invoke is inlined (ie dead). kMIRInlinedPred, // Invoke is inlined via prediction. kMIRCallee, // Instruction is inlined from callee. -- cgit v1.2.3