Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3695 static bool CanAddHeapTask(Thread* self) REQUIRES(!Locks::runtime_shutdown_lock_) { in CanAddHeapTask() function
3706 if (CanAddHeapTask(self) && in RequestConcurrentGC()
3757 if (desired_collector_type_ == collector_type_ || !CanAddHeapTask(self)) { in RequestCollectorTransition()
3797 if (!CanAddHeapTask(self)) { in RequestTrim()
4315 if (!CanAddHeapTask(self)) { in AddHeapTask()