Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics.cc136 ObjPtr<mirror::Object> current_object = in CheckIntegerCache() local
138 if (boot_image_object != current_object) { in CheckIntegerCache()
206 ObjPtr<mirror::Object> current_object = current_cache->GetWithoutChecks(i); in ComputeIntegerValueOfLocations() local
207 CHECK(current_object != nullptr); in ComputeIntegerValueOfLocations()
208 CHECK_EQ(value_field->GetInt(current_object), low + i); in ComputeIntegerValueOfLocations()