HomeSort by relevance Sort by last modified time
    Searched defs:use_tlab_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/collector/
concurrent_copying.cc 194 : concurrent_copying_(concurrent_copying), use_tlab_(use_tlab) {
203 if (use_tlab_ && thread->HasTlab()) {
224 const bool use_tlab_; member in class:art::gc::collector::ConcurrentCopying::ThreadFlipVisitor
271 ThreadFlipVisitor thread_flip_visitor(this, heap_->use_tlab_);
    [all...]
  /art/runtime/gc/
heap.h 1277 const bool use_tlab_; member in class:art::gc::Heap
    [all...]

Completed in 1013 milliseconds