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

  /art/runtime/gc/collector/
concurrent_copying-inl.h 77 if (Thread::Current() == thread_running_gc_) {
109 DCHECK_EQ(Thread::Current(), thread_running_gc_); local
concurrent_copying.cc 78 thread_running_gc_(nullptr),
161 thread_running_gc_ = self;
202 thread_running_gc_ = nullptr;
2024 DCHECK_EQ(Thread::Current(), thread_running_gc_); local
2036 DCHECK_EQ(Thread::Current(), thread_running_gc_); local
    [all...]
concurrent_copying.h 279 Thread* thread_running_gc_; member in class:art::gc::collector::ConcurrentCopying
  /art/runtime/gc/
heap-visit-objects-inl.h 94 is_thread_running_gc = self == thread_running_gc_;
heap.h     [all...]
heap.cc 215 thread_running_gc_(nullptr),
    [all...]

Completed in 68 milliseconds