Home
last modified time | relevance | path

Searched refs:GetHeap (Results 51 – 75 of 123) sorted by relevance

12345

/art/runtime/mirror/
Darray-alloc-inl.h142 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc()
Dstring-alloc-inl.h193 gc::Heap* heap = runtime->GetHeap(); in Alloc()
/art/runtime/native/
Djava_lang_String.cc75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
Ddalvik_system_VMStack.cc52 Runtime::Current()->GetHeap()->GetTaskProcessor()->GetRunningThread(); in GetThreadStack()
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc50 return Runtime::Current()->GetHeap()->IsAllocTrackingEnabled(); in DdmVmInternal_getRecentAllocationStatus()
Ddalvik_system_ZygoteHooks.cc340 runtime->GetHeap()->PostForkChildAction(thread); in ZygoteHooks_nativePostForkChild()
/art/runtime/gc/accounting/
Dremembered_set.cc56 CardTable* card_table = GetHeap()->GetCardTable(); in ClearCards()
Dmod_union_table.cc175 CardTable* card_table = GetHeap()->GetCardTable(); in ProcessCards()
279 Heap* heap = mod_union_table_->GetHeap(); in operator ()()
532 CardTable* const card_table = GetHeap()->GetCardTable(); in ProcessCards()
/art/runtime/gc/space/
Dspace_create_test.cc51 Runtime::Current()->GetHeap()->IsLowMemoryMode(), in CreateSpace()
168 gc::Heap* heap = Runtime::Current()->GetHeap(); in TEST_P()
Dregion_space.cc218 return art::Runtime::Current()->GetHeap()->GetUseGenerationalCC(); in GetUseGenerationalCC()
989 space::RegionSpace* region_space = art::Runtime::Current()->GetHeap()->GetRegionSpace(); in GetLongestConsecutiveFreeBytes()
1025 Heap* heap = Runtime::Current()->GetHeap(); in TraceHeapSize()
/art/runtime/
Dthread_list.cc106 gc::Heap* const heap = Runtime::Current()->GetHeap(); in ShutDown()
443 Runtime::Current()->GetHeap()->GetReferenceProcessor()->BroadcastForSlowPath(self); in RunEmptyCheckpoint()
528 collector->GetHeap()->ThreadFlipBegin(self); // Sync with JNI critical calls. in FlipThreadRoots()
582 collector->GetHeap()->ThreadFlipEnd(self); in FlipThreadRoots()
1278 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector(); in Register()
Ddebug_print.cc38 gc::Heap* heap = Runtime::Current()->GetHeap(); in DescribeSpace()
Daot_class_linker.cc62 if (!strict_mode && runtime->GetHeap()->ObjectIsInBootImageSpace(klass->GetDexCache())) { in InitializeClass()
Doat_file_manager.cc130 Runtime::Current()->GetHeap()->GetBootImageSpaces(); in GetBootOatFiles()
288 runtime->GetHeap()->AddSpace(image_space.get()); in OpenDexFilesFromOat()
316 runtime->GetHeap()->RemoveSpace(image_space.get()); in OpenDexFilesFromOat()
/art/runtime/gc/
Dreference_queue.cc77 Heap* heap = Runtime::Current()->GetHeap(); in DisableReadBarrierForReference()
Dverification.cc110 Runtime::Current()->GetHeap()->DumpSpaces(oss); in LogHeapCorruption()
Dreference_processor.cc310 Runtime::Current()->GetHeap()->GetTaskProcessor()->AddTask( in CollectClearedReferences()
/art/dex2oat/linker/
Dimage_writer.cc237 Runtime::Current()->GetHeap()->VisitObjects(visitor); in ClearDexFileCookies()
245 gc::Heap* const heap = Runtime::Current()->GetHeap(); in PrepareImageAddressSpace()
427 Runtime::Current()->GetHeap()->DisableObjectValidation(); in Write()
1449 << Runtime::Current()->GetHeap()->GetVerification()->FirstPathFromRootSet(klass); in CheckNonImageClassesRemoved()
1453 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckNonImageClassesRemoved()
2164 Runtime::Current()->GetHeap()->VisitObjects(ensure_bin_slots_assigned); in VerifyImageBinSlotsAssigned()
2166 const gc::Verification* v = Runtime::Current()->GetHeap()->GetVerification(); in VerifyImageBinSlotsAssigned()
2387 gc::Heap* heap = Runtime::Current()->GetHeap(); in GetBootImageLiveObjects()
2407 gc::Heap* const heap = runtime->GetHeap(); in CalculateNewObjectOffsets()
2654 Runtime::Current()->GetHeap()->GetBootImageSpaces(); in CreateHeader()
[all …]
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h182 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObjectFromCode()
201 gc::Heap* heap = Runtime::Current()->GetHeap(); in AllocObjectFromCodeResolved()
277 gc::Heap* heap = Runtime::Current()->GetHeap(); in AllocArrayFromCode()
/art/runtime/base/
Dtiming_logger.cc102 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? in AddPair()
/art/runtime/interpreter/mterp/
Dnterp.cc455 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NterpGetClassOrAllocateObject()
566 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
Dmterp.cc457 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance()
460 obj = AllocObjectFromCode(c, self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewInstance()
524 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewArray()
/art/openjdkjvmti/
Dti_heap.cc740 art::Runtime::Current()->GetHeap()->VisitObjects(visitor); in IterateOverInstancesOfClass()
820 art::Runtime::Current()->GetHeap()->VisitObjects(visitor); in DoIterateThroughHeap()
1399 art::gc::Heap* heap = art::Runtime::Current()->GetHeap(); in FollowReferences()
1479 art::Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in ForceGarbageCollection()
1495 art::gc::Heap* const heap = art::Runtime::Current()->GetHeap(); in GetHeapId()
1623 art::Runtime::Current()->GetHeap()->VisitObjectsPaused( in ReplaceObjectReferences()
/art/runtime/hprof/
Dhprof.cc449 if (Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in Dump()
534 runtime->GetHeap()->VisitObjectsPaused(dump_object); in ProcessBody()
835 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()
1117 gc::Heap* const heap = Runtime::Current()->GetHeap(); in DumpHeapObject()
/art/runtime/gc/collector/
Dconcurrent_copying.cc363 for (const auto& space : GetHeap()->GetDiscontinuousSpaces()) { in BindBitmaps()
623 Runtime::Current()->GetHeap()->GetLargeObjectsSpace(); in CheckReference()
745 &thread_flip_visitor, &flip_callback, this, GetHeap()->GetGcPauseListener()); in FlipThreadRoots()
895 << Runtime::Current()->GetHeap()->GetVerification()->DumpObjectInfo(obj, "failed CAS"); in operator ()()
1426 for (space::ContinuousSpace* space : GetHeap()->GetContinuousSpaces()) { in CopyingPhase()
1652 GetHeap()->GetReferenceProcessor()->BroadcastForSlowPath(self); in ReenableWeakRefAccess()
2421 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in Sweep()
2496 space::LargeObjectSpace* large_object_space = GetHeap()->GetLargeObjectsSpace(); in SweepArray()
2819 *Runtime::Current()->GetHeap()->GetCardTable()->CardFromAddr( in AssertToSpaceInvariant()
3754 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()

12345