Searched refs:current_object (Results 1 – 1 of 1) sorted by relevance
136 ObjPtr<mirror::Object> current_object = in CheckIntegerCache() local138 if (boot_image_object != current_object) { in CheckIntegerCache()206 ObjPtr<mirror::Object> current_object = current_cache->GetWithoutChecks(i); in ComputeIntegerValueOfLocations() local207 CHECK(current_object != nullptr); in ComputeIntegerValueOfLocations()208 CHECK_EQ(value_field->GetInt(current_object), low + i); in ComputeIntegerValueOfLocations()