Home
last modified time | relevance | path

Searched refs:SupportHomogeneousSpaceCompactAndCollectorTransitions (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/test/148-multithread-gc-annotations/
H A Dgc_coverage.cc32 return Runtime::Current()->GetHeap()->SupportHomogeneousSpaceCompactAndCollectorTransitions() ? in Java_MovingGCThread_supportHomogeneousSpaceCompact()
/aosp12/art/test/1337-gc-coverage/
H A Dgc_coverage.cc32 return Runtime::Current()->GetHeap()->SupportHomogeneousSpaceCompactAndCollectorTransitions() ? in Java_Main_supportHomogeneousSpaceCompact()
/aosp12/art/runtime/gc/
H A Dheap.h937 bool SupportHomogeneousSpaceCompactAndCollectorTransitions() const;
H A Dheap.cc2051 bool Heap::SupportHomogeneousSpaceCompactAndCollectorTransitions() const { in SupportHomogeneousSpaceCompactAndCollectorTransitions() function in art::gc::Heap
2076 if (!SupportHomogeneousSpaceCompactAndCollectorTransitions()) { in PerformHomogeneousSpaceCompact()