HomeSort by relevance Sort by last modified time
    Searched refs:GetHeap (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /art/test/1337-gc-coverage/
gc_coverage.cc 27 return Runtime::Current()->GetHeap()->PerformHomogeneousSpaceCompact() == gc::kSuccess ?
32 return Runtime::Current()->GetHeap()->SupportHomogeneousSpaceCompactAndCollectorTransitions() ?
37 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(Thread::Current());
41 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(Thread::Current());
51 return Runtime::Current()->GetHeap()->SupportHomogeneousSpaceCompactAndCollectorTransitions() ?
56 Runtime::Current()->GetHeap()->TransitionCollector(gc::kCollectorTypeSS);
60 Runtime::Current()->GetHeap()->TransitionCollector(gc::kCollectorTypeCMS);
  /art/runtime/
verify_object.cc 31 Runtime::Current()->GetHeap()->VerifyObjectBody(obj);
42 Runtime::Current()->GetHeap()->VerifyObjectBody(obj);
read_barrier-inl.h 82 gc::Heap* heap = Runtime::Current()->GetHeap();
133 Runtime::Current()->GetHeap()->GetReadBarrierTable()->IsSet(ref)) {
174 Runtime::Current()->GetHeap()->GetReadBarrierTable()->IsSet(ref)) {
209 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->IsMarked(ref));
213 gc::Heap* heap = Runtime::Current()->GetHeap();
236 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->
247 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->
253 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->MarkFromReadBarrier(obj);
write_barrier-inl.h 51 return Runtime::Current()->GetHeap()->GetCardTable();
  /art/test/148-multithread-gc-annotations/
gc_coverage.cc 27 return Runtime::Current()->GetHeap()->PerformHomogeneousSpaceCompact() == gc::kSuccess ?
32 return Runtime::Current()->GetHeap()->SupportHomogeneousSpaceCompactAndCollectorTransitions() ?
  /art/runtime/gc/space/
rosalloc_space_random_test.cc 33 Runtime::Current()->GetHeap()->IsLowMemoryMode(),
rosalloc_space_static_test.cc 32 Runtime::Current()->GetHeap()->IsLowMemoryMode(),
  /art/test/596-monitor-inflation/
monitor_inflation.cc 27 Runtime::Current()->GetHeap()->Trim(Thread::Current());
  /art/runtime/gc/
scoped_gc_critical_section.cc 28 Runtime::Current()->GetHeap()->StartGC(self_, cause, type);
47 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone);
heap_test.cc 54 Heap* heap = Runtime::Current()->GetHeap();
84 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false);
98 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false);
111 Runtime::Current()->GetHeap()->PreZygoteFork();
heap_verification_test.cc 50 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification();
78 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification();
97 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification();
108 const Verification* const v = runtime->GetHeap()->GetVerification();
130 const Verification* const v = runtime->GetHeap()->GetVerification();
157 const Verification* const v = runtime->GetHeap()->GetVerification();
176 const Verification* const v = runtime->GetHeap()->GetVerification();
system_weak_test.cc 111 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType();
125 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType();
148 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false);
169 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false);
193 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false);
208 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false);
  /art/runtime/native/
java_lang_ref_FinalizerReference.cc 34 return Runtime::Current()->GetHeap()->GetReferenceProcessor()->MakeCircularListIfUnenqueued(ref);
41 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref);
java_lang_ref_Reference.cc 35 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref);
42 Runtime::Current()->GetHeap()->GetReferenceProcessor()->ClearReferent(ref);
java_lang_StringFactory.cc 49 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
66 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
83 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
dalvik_system_VMRuntime.cc 70 return Runtime::Current()->GetHeap()->GetTargetHeapUtilization();
74 Runtime::Current()->GetHeap()->SetTargetHeapUtilization(target);
120 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator();
147 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
167 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) {
175 Runtime::Current()->GetHeap()->ClearGrowthLimit();
179 Runtime::Current()->GetHeap()->ClampGrowthLimit();
291 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, clamp_to_size_t(bytes));
300 Runtime::Current()->GetHeap()->RegisterNativeFree(env, clamp_to_size_t(bytes));
304 return Runtime::Current()->GetHeap()->GetNotifyNativeInterval()
    [all...]
  /art/runtime/gc/collector/
sticky_mark_sweep.cc 42 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
49 for (const auto& space : GetHeap()->GetDiscontinuousSpaces()) {
77 SweepArray(GetHeap()->GetLiveStack(), false);
partial_mark_sweep.cc 39 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
semi_space.cc 68 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
78 CHECK(space == GetHeap()->GetPrimaryFreeListSpace() ||
79 space == GetHeap()->GetNonMovingSpace());
124 GetHeap()->PreGcVerificationPaused(this);
125 GetHeap()->PrePauseRosAllocVerification(this);
128 GetHeap()->PostGcVerificationPaused(this);
133 GetHeap()->PreGcVerificationPaused(this);
134 GetHeap()->PrePauseRosAllocVerification(this);
141 GetHeap()->PostGcVerification(this);
165 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace()
    [all...]
  /art/runtime/mirror/
class-alloc-inl.h 51 gc::Heap* heap = Runtime::Current()->GetHeap();
74 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator());
78 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentNonMovingAllocator());
object_array-alloc-inl.h 60 Runtime::Current()->GetHeap()->GetCurrentAllocator());
69 gc::Heap* heap = Runtime::Current()->GetHeap();
  /art/test/1001-app-image-regions/
app_image_regions.cc 39 for (auto* space : Runtime::Current()->GetHeap()->GetContinuousSpaces()) {
  /art/test/596-app-images/
app_images.cc 39 for (auto* space : Runtime::Current()->GetHeap()->GetContinuousSpaces()) {
54 for (auto* space : Runtime::Current()->GetHeap()->GetContinuousSpaces()) {
  /art/runtime/jni/
java_vm_ext_test.cc 147 ASSERT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled());
159 EXPECT_TRUE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled());
165 EXPECT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled());
172 EXPECT_TRUE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled());
178 EXPECT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled());
  /art/runtime/gc/accounting/
remembered_set.h 67 Heap* GetHeap() const {

Completed in 115 milliseconds

1 2 3 4 5 6