HomeSort by relevance Sort by last modified time
    Searched defs:thread_running_gc_ (Results 1 - 3 of 3) 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.h 279 Thread* thread_running_gc_; member in class:art::gc::collector::ConcurrentCopying
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...]

Completed in 69 milliseconds