Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dintrinsic_objects.cc71 ObjPtr<mirror::Object> IntrinsicObjects::GetIntegerValueOfObject( in GetIntegerValueOfObject() function in art::IntrinsicObjects
92 DCHECK_EQ(GetIntegerValueOfObject(boot_image_live_objects, 0u), in GetIntegerValueOfArrayDataOffset()
H A Dintrinsics.cc133 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, i); in CheckIntegerCache()
240 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, 0u); in ComputeIntegerValueOfLocations()
327 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, 0u); in ComputeIntegerValueOfInfo()
350 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects, index); in ComputeIntegerValueOfInfo()
H A Dintrinsic_objects.h64 static ObjPtr<mirror::Object> GetIntegerValueOfObject(
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc213 IntrinsicObjects::GetIntegerValueOfObject(live_objects, i)); in AllocateBootImageLiveObjects()
2661 IntrinsicObjects::GetIntegerValueOfObject(boot_image_live_objects_, index); in GetIntrinsicReferenceAddress()