Searched refs:GetBootImageLiveObjects (Results 1 – 2 of 2) sorted by relevance
62 static ObjPtr<mirror::ObjectArray<mirror::Object>> GetBootImageLiveObjects() in GetBootImageLiveObjects() function223 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects = GetBootImageLiveObjects(); in ComputeIntegerValueOfLocations()325 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects = GetBootImageLiveObjects(); in ComputeIntegerValueOfInfo()
2343 static ObjPtr<ObjectArray<Object>> GetBootImageLiveObjects() REQUIRES_SHARED(Locks::mutator_lock_) { in GetBootImageLiveObjects() function2358 : (compiler_options_.IsBootImageExtension() ? GetBootImageLiveObjects() : nullptr)); in CalculateNewObjectOffsets()