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 158 : concurrent_copying_(concurrent_copying), use_tlab_(use_tlab) {
166 if (use_tlab_ && thread->HasTlab()) {
187 const bool use_tlab_; member in class:art::gc::collector::ThreadFlipVisitor
233 ThreadFlipVisitor thread_flip_visitor(this, heap_->use_tlab_);
    [all...]
  /art/runtime/gc/
heap.h 1146 const bool use_tlab_; member in class:art::gc::Heap
    [all...]
heap.cc 198 use_tlab_(use_tlab),
    [all...]

Completed in 150 milliseconds