Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3722 static bool CanAddHeapTask(Thread* self) REQUIRES(!Locks::runtime_shutdown_lock_) { in CanAddHeapTask() function
3733 if (CanAddHeapTask(self) && in RequestConcurrentGC()
3784 if (desired_collector_type_ == collector_type_ || !CanAddHeapTask(self)) { in RequestCollectorTransition()
3824 if (!CanAddHeapTask(self)) { in RequestTrim()