From fead4e4f397455aa31905b2982d4d861126ab89d Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 13 Mar 2015 14:39:40 +0000 Subject: [optimizing] Don't record None locations in the stack maps. - moved environment recording from code generator to stack map stream - added creation/loading factory methods for the DexRegisterMap (hides internal details) - added new tests Change-Id: Ic8b6d044f0d8255c6759c19a41df332ef37876fe --- compiler/optimizing/code_generator.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/optimizing/code_generator.h') diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index b8f4572abd..b57414836c 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -29,8 +29,6 @@ namespace art { -static size_t constexpr kVRegSize = 4; - // Binary encoding of 2^32 for type double. static int64_t constexpr k2Pow32EncodingForDouble = INT64_C(0x41F0000000000000); // Binary encoding of 2^31 for type double. -- cgit v1.2.3-59-g8ed1b