Searched refs:current_object (Results 1 – 1 of 1) sorted by relevance
135 ObjPtr<mirror::Object> current_object = in CheckIntegerCache() local137 if (boot_image_object != current_object) { in CheckIntegerCache()192 ObjPtr<mirror::Object> current_object = current_cache->GetWithoutChecks(i); in ComputeIntegerValueOfLocations() local193 CHECK(current_object != nullptr); in ComputeIntegerValueOfLocations()194 CHECK_EQ(value_field->GetInt(current_object), low + i); in ComputeIntegerValueOfLocations()