HomeSort by relevance Sort by last modified time
    Searched refs:GetThreadPool (Results 1 - 4 of 4) sorted by null

  /art/runtime/jit/
jit.cc 750 GetThreadPool()->StopWorkers(self);
755 GetThreadPool()->StartWorkers(Thread::Current());
760 was_on_ = (jit != nullptr) && (jit->GetThreadPool() != nullptr);
769 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr);
jit.h 170 ThreadPool* GetThreadPool() const {
  /art/runtime/gc/collector/
mark_sweep.cc 849 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) {
857 ThreadPool* thread_pool = GetHeap()->GetThreadPool();
    [all...]
  /art/runtime/gc/
heap.h 687 ThreadPool* GetThreadPool() {
    [all...]

Completed in 56 milliseconds