Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics.cc61 static ObjPtr<mirror::ObjectArray<mirror::Object>> GetBootImageLiveObjects() in GetBootImageLiveObjects() function
212 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects = GetBootImageLiveObjects(); in ComputeIntegerValueOfLocations()
323 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects = GetBootImageLiveObjects(); in ComputeIntegerValueOfInfo()
/art/dex2oat/linker/
Dimage_writer.cc2386 static ObjPtr<ObjectArray<Object>> GetBootImageLiveObjects() REQUIRES_SHARED(Locks::mutator_lock_) { in GetBootImageLiveObjects() function
2401 : (compiler_options_.IsBootImageExtension() ? GetBootImageLiveObjects() : nullptr)); in CalculateNewObjectOffsets()