Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsic_objects.cc73 CHECK_EQ(integer_cache->GetWithoutChecks(i), GetIntegerValueOfObject(live_objects, i)); in AllocateBootImageLiveObjects()
94 ObjPtr<mirror::Object> IntrinsicObjects::GetIntegerValueOfObject( in GetIntegerValueOfObject() function in art::IntrinsicObjects
115 DCHECK_EQ(GetIntegerValueOfObject(boot_image_live_objects, 0u), in GetIntegerValueOfArrayDataOffset()
Dintrinsics.cc132 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, i); in CheckIntegerCache()
229 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, 0u); in ComputeIntegerValueOfLocations()
326 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, 0u); in ComputeIntegerValueOfInfo()
350 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, index); in ComputeIntegerValueOfInfo()
Dintrinsic_objects.h66 static ObjPtr<mirror::Object> GetIntegerValueOfObject(
/art/dex2oat/linker/
Dimage_writer.cc2748 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects_, index); in GetIntrinsicReferenceAddress()