Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3728 static bool CanAddHeapTask(Thread* self) REQUIRES(!Locks::runtime_shutdown_lock_) { in CanAddHeapTask() function
3741 if (CanAddHeapTask(self)) { in RequestConcurrentGC()
3813 if (desired_collector_type_ == collector_type_ || !CanAddHeapTask(self)) { in RequestCollectorTransition()
3853 if (!CanAddHeapTask(self)) { in RequestTrim()
4492 if (!CanAddHeapTask(self)) { in AddHeapTask()