Home
last modified time | relevance | path

Searched defs:IsMovingGc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/runtime/gc/
H A Dheap.h854 bool IsMovingGc() const { return IsMovingGc(CurrentCollectorType()); } in IsMovingGc() function
1079 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc() function