/art/test/1337-gc-coverage/ |
D | gc_coverage.cc | 27 return Runtime::Current()->GetHeap()->PerformHomogeneousSpaceCompact() == gc::kSuccess ? in Java_Main_performHomogeneousSpaceCompact() 32 return Runtime::Current()->GetHeap()->SupportHomogeneousSpaceCompactAndCollectorTransitions() ? in Java_Main_supportHomogeneousSpaceCompact() 37 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(Thread::Current()); in Java_Main_incrementDisableMovingGC() 41 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(Thread::Current()); in Java_Main_decrementDisableMovingGC()
|
/art/runtime/gc/ |
D | scoped_gc_critical_section.cc | 28 Runtime::Current()->GetHeap()->StartGC(self_, cause, type); in Enter() 47 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in Exit() 66 Runtime::Current()->GetHeap()->StartGC(self_, cause, type); in ScopedInterruptibleGCCriticalSection() 70 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in ~ScopedInterruptibleGCCriticalSection()
|
D | system_weak_test.cc | 111 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesAllowOrBroadcast() 124 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesDisallow() 147 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F() 168 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F() 192 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F() 207 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()
|
D | heap_test.cc | 54 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() 84 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F() 98 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F() 111 Runtime::Current()->GetHeap()->PreZygoteFork(); in TEST_F()
|
D | heap_verification_test.cc | 50 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F() 78 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F() 97 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F() 108 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F() 130 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F() 157 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F() 176 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F()
|
/art/runtime/gc/collector/ |
D | sticky_mark_sweep.cc | 42 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in BindBitmaps() 49 for (const auto& space : GetHeap()->GetDiscontinuousSpaces()) { in BindBitmaps() 77 SweepArray(GetHeap()->GetLiveStack(), false); in Sweep()
|
D | semi_space.cc | 66 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in BindBitmaps() 104 GetHeap()->PreGcVerificationPaused(this); in RunPhases() 105 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases() 108 GetHeap()->PostGcVerificationPaused(this); in RunPhases() 113 GetHeap()->PreGcVerificationPaused(this); in RunPhases() 114 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases() 121 GetHeap()->PostGcVerification(this); in RunPhases() 143 fallback_space_ = GetHeap()->GetNonMovingSpace(); in InitializePhase() 148 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences() 205 GetHeap()->RecordFreeRevoke(); // This is for the non-moving rosalloc space. in MarkingPhase() [all …]
|
D | mark_sweep.cc | 87 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in BindBitmaps() 152 GetHeap()->PreGcVerification(this); in RunPhases() 158 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases() 163 GetHeap()->PreGcVerificationPaused(this); in RunPhases() 165 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases() 174 GetHeap()->PostGcVerification(this); in RunPhases() 180 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences() 216 GetHeap()->GetReferenceProcessor()->EnableSlowPath(); in PausePhase() 353 GetHeap()->RecordFreeRevoke(); in ReclaimPhase() 361 GetHeap()->UnBindBitmaps(); in ReclaimPhase() [all …]
|
D | garbage_collector.cc | 151 GetHeap()->CalculatePreGcWeightedAllocatedBytes(); in Run() 158 GetHeap()->CalculatePostGcWeightedAllocatedBytes(); in Run() 193 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in SwapBitmaps() 204 for (const auto& disc_space : GetHeap()->GetDiscontinuousSpaces()) { in SwapBitmaps() 233 GcPauseListener* pause_listener = runtime->GetHeap()->GetGcPauseListener(); in ScopedPause() 244 GcPauseListener* pause_listener = runtime->GetHeap()->GetGcPauseListener(); in ~ScopedPause()
|
D | partial_mark_sweep.cc | 39 for (const auto& space : GetHeap()->GetContinuousSpaces()) { in BindBitmaps()
|
/art/runtime/mirror/ |
D | class-alloc-inl.h | 52 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc() 78 return Alloc(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject() 82 return Alloc(self, Runtime::Current()->GetHeap()->GetCurrentNonMovingAllocator()); in AllocNonMovableObject()
|
D | object_array-alloc-inl.h | 60 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc() 68 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyOf()
|
D | array.cc | 56 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in RecursiveCreateMultiArray() 124 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Alloc() 145 auto* heap = Runtime::Current()->GetHeap(); in CopyOf()
|
/art/runtime/ |
D | verify_object.cc | 31 Runtime::Current()->GetHeap()->VerifyObjectBody(obj); in VerifyObjectImpl() 42 Runtime::Current()->GetHeap()->VerifyObjectBody(obj); in VerifyObjectImpl()
|
D | read_barrier-inl.h | 82 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier() 133 Runtime::Current()->GetHeap()->GetReadBarrierTable()->IsSet(ref)) { in BarrierForRoot() 174 Runtime::Current()->GetHeap()->GetReadBarrierTable()->IsSet(ref)) { in BarrierForRoot() 209 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarked(ref)); in IsMarked() 213 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsDuringStartup() 236 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()-> in AssertToSpaceInvariant() 247 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()-> in AssertToSpaceInvariant() 253 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->MarkFromReadBarrier(obj); in Mark()
|
/art/test/148-multithread-gc-annotations/ |
D | gc_coverage.cc | 27 return Runtime::Current()->GetHeap()->PerformHomogeneousSpaceCompact() == gc::kSuccess ? in Java_MovingGCThread_performHomogeneousSpaceCompact() 32 return Runtime::Current()->GetHeap()->SupportHomogeneousSpaceCompactAndCollectorTransitions() ? in Java_MovingGCThread_supportHomogeneousSpaceCompact()
|
/art/runtime/jni/ |
D | java_vm_ext_test.cc | 147 ASSERT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F() 159 EXPECT_TRUE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F() 165 EXPECT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F() 172 EXPECT_TRUE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F() 178 EXPECT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_ref_FinalizerReference.cc | 34 return Runtime::Current()->GetHeap()->GetReferenceProcessor()->MakeCircularListIfUnenqueued(ref); in FinalizerReference_makeCircularListIfUnenqueued() 41 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref); in FinalizerReference_getReferent()
|
D | java_lang_ref_Reference.cc | 35 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref); in Reference_getReferent() 42 Runtime::Current()->GetHeap()->GetReferenceProcessor()->ClearReferent(ref); in Reference_clearReferent()
|
D | dalvik_system_VMRuntime.cc | 72 return Runtime::Current()->GetHeap()->GetTargetHeapUtilization(); in VMRuntime_getTargetHeapUtilization() 76 Runtime::Current()->GetHeap()->SetTargetHeapUtilization(target); in VMRuntime_nativeSetTargetHeapUtilization() 122 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray() 149 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray() 170 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) { in VMRuntime_addressOf() 178 Runtime::Current()->GetHeap()->ClearGrowthLimit(); in VMRuntime_clearGrowthLimit() 182 Runtime::Current()->GetHeap()->ClampGrowthLimit(); in VMRuntime_clampGrowthLimit() 304 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, clamp_to_size_t(bytes)); in VMRuntime_registerNativeAllocation() 313 Runtime::Current()->GetHeap()->RegisterNativeFree(env, clamp_to_size_t(bytes)); in VMRuntime_registerNativeFree() 317 return Runtime::Current()->GetHeap()->GetNotifyNativeInterval(); in VMRuntime_getNotifyNativeInterval() [all …]
|
D | java_lang_StringFactory.cc | 49 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes() 66 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars() 83 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString()
|
/art/test/596-app-images/ |
D | app_images.cc | 39 for (auto* space : Runtime::Current()->GetHeap()->GetContinuousSpaces()) { in Java_Main_checkAppImageLoaded() 54 for (auto* space : Runtime::Current()->GetHeap()->GetContinuousSpaces()) { in Java_Main_checkAppImageContains()
|
/art/test/596-monitor-inflation/ |
D | monitor_inflation.cc | 27 Runtime::Current()->GetHeap()->Trim(Thread::Current()); in Java_Main_trim()
|
/art/runtime/gc/space/ |
D | rosalloc_space_static_test.cc | 32 Runtime::Current()->GetHeap()->IsLowMemoryMode(), in CreateRosAllocSpace()
|
D | rosalloc_space_random_test.cc | 33 Runtime::Current()->GetHeap()->IsLowMemoryMode(), in CreateRosAllocSpace()
|