Lines Matching refs:Runtime

153     Thread* self, Runtime* runtime) REQUIRES_SHARED(Locks::mutator_lock_) {  in AllocateBootImageLiveObjects()
237 Runtime::Current()->GetHeap()->VisitObjects(visitor); in ClearDexFileCookies()
245 gc::Heap* const heap = Runtime::Current()->GetHeap(); in PrepareImageAddressSpace()
277 Runtime::Current()->GetInternTable()->PromoteWeakToStrong(); in PrepareImageAddressSpace()
347 referred_obj == Runtime::Current()->GetInternTable()->LookupStrong( in IsInternedAppImageStringReference()
427 Runtime::Current()->GetHeap()->DisableObjectValidation(); in Write()
671 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in PrepareDexCacheArraySlots()
1009 Runtime::Current()->GetClassLinker()->GetClassRoots(); in operator ()()
1106 Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in PruneImageClassInternal()
1195 Runtime::Current()->GetClassLinker()->ClassTableForClassLoader(class_loader_); in Prune()
1222 Runtime::Current()->GetClassLinker()->ClassTableForClassLoader(class_loader); in Visit()
1239 Runtime::Current()->GetClassLinker()->VisitClassLoaders(visitor); in VisitClassLoaders()
1285 Runtime* runtime = Runtime::Current(); in PreloadDexCache()
1386 Runtime* runtime = Runtime::Current(); in PruneNonImageClasses()
1430 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in FindDexCaches()
1449 << Runtime::Current()->GetHeap()->GetVerification()->FirstPathFromRootSet(klass); in CheckNonImageClassesRemoved()
1453 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckNonImageClassesRemoved()
1479 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CollectDexCaches()
1537 Runtime* runtime = Runtime::Current(); in CreateImageRoots()
1566 InternTable* intern_table = Runtime::Current()->GetInternTable(); in RecordNativeRelocations()
2019 Runtime* runtime = Runtime::Current(); in ProcessDexFileObjects()
2102 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in VerifyImageBinSlotsAssigned()
2153 Runtime* runtime = Runtime::Current(); in VerifyImageBinSlotsAssigned()
2164 Runtime::Current()->GetHeap()->VisitObjects(ensure_bin_slots_assigned); in VerifyImageBinSlotsAssigned()
2166 const gc::Verification* v = Runtime::Current()->GetHeap()->GetVerification(); in VerifyImageBinSlotsAssigned()
2318 Runtime::Current()->GetClassLinker()->FindDexCache(self, *dex_file); in CollectStringReferenceInfo()
2387 gc::Heap* heap = Runtime::Current()->GetHeap(); in GetBootImageLiveObjects()
2396 Runtime* const runtime = Runtime::Current(); in CalculateNewObjectOffsets()
2654 Runtime::Current()->GetHeap()->GetBootImageSpaces(); in CreateHeader()
3038 Runtime::Current()->GetHeap()->VisitObjects(visitor); in CopyAndFixupObjects()
3087 << Runtime::Current()->GetHeap()->DumpSpaces(); in GetNativeRelocation()
3197 Runtime::Current()->GetClassLinker()->GetClassRoots(); in FixupObject()
3337 Runtime::Current()->GetHeap()->GetBootImageSpaces(); in GetOatAddress()
3366 DCHECK_NE(method, Runtime::Current()->GetImtConflictMethod()) << method->PrettyMethod(); in GetQuickCode()
3413 nullptr, Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in CopyAndFixupMethod()
3425 Runtime* runtime = Runtime::Current(); in CopyAndFixupMethod()
3627 boot_image_begin_(Runtime::Current()->GetHeap()->GetBootImagesStartAddress()), in ImageWriter()
3628 boot_image_size_(Runtime::Current()->GetHeap()->GetBootImagesSize()), in ImageWriter()
3649 Runtime::Current()->GetHeap()->GetBootImageSpaces().empty()) in ImageWriter()