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 79 if (Thread::Current() == thread_running_gc_) {
111 DCHECK_EQ(Thread::Current(), thread_running_gc_); local
concurrent_copying.h 306 Thread* thread_running_gc_; member in class:art::gc::collector::ConcurrentCopying
concurrent_copying.cc 80 thread_running_gc_(nullptr),
163 thread_running_gc_ = self;
204 thread_running_gc_ = nullptr;
2117 DCHECK_EQ(Thread::Current(), thread_running_gc_); local
2128 DCHECK_EQ(Thread::Current(), thread_running_gc_); local
    [all...]

Completed in 72 milliseconds