Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dintrinsic_objects.cc56 ObjPtr<mirror::ObjectArray<mirror::Object>> IntrinsicObjects::GetIntegerValueOfCache( in GetIntegerValueOfCache() function in art::IntrinsicObjects
76 static_cast<uint32_t>(GetIntegerValueOfCache(boot_image_live_objects)->GetLength())); in GetIntegerValueOfObject()
H A Dintrinsic_objects.h61 static ObjPtr<mirror::ObjectArray<mirror::Object>> GetIntegerValueOfCache(
H A Dintrinsics.cc225 IntrinsicObjects::GetIntegerValueOfCache(boot_image_live_objects); in ComputeIntegerValueOfLocations()
343 IntrinsicObjects::GetIntegerValueOfCache(boot_image_live_objects)->GetLength()); in ComputeIntegerValueOfInfo()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc210 CHECK_EQ(integer_cache.Get(), IntrinsicObjects::GetIntegerValueOfCache(live_objects)); in AllocateBootImageLiveObjects()