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

  /art/runtime/gc/collector/
concurrent_copying.cc 336 : concurrent_copying_(concurrent_copying), use_tlab_(use_tlab) {
345 if (use_tlab_ && thread->HasTlab()) {
400 const bool use_tlab_; member in class:art::gc::collector::ConcurrentCopying::ThreadFlipVisitor
615 ThreadFlipVisitor thread_flip_visitor(this, heap_->use_tlab_);
    [all...]
  /art/runtime/gc/
heap.h 1372 const bool use_tlab_; member in class:art::gc::Heap
    [all...]
heap.cc 262 use_tlab_(use_tlab),
    [all...]

Completed in 102 milliseconds