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 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...]

Completed in 61 milliseconds