Home
last modified time | relevance | path

Searched refs:IsGCRequestPending (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.h962 bool IsGCRequestPending() const;
Dheap.cc3894 bool Heap::IsGCRequestPending() const { in IsGCRequestPending() function in art::gc::Heap
3955 !IsGCRequestPending()) { in RegisterNativeAllocation()