Home
last modified time | relevance | path

Searched refs:current_object (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dintrinsics.cc135 ObjPtr<mirror::Object> current_object = in CheckIntegerCache() local
137 if (boot_image_object != current_object) { in CheckIntegerCache()
192 ObjPtr<mirror::Object> current_object = current_cache->GetWithoutChecks(i); in ComputeIntegerValueOfLocations() local
193 CHECK(current_object != nullptr); in ComputeIntegerValueOfLocations()
194 CHECK_EQ(value_field->GetInt(current_object), low + i); in ComputeIntegerValueOfLocations()