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

  /art/runtime/gc/
heap-inl.h 85 if (IsTLABAllocator(allocator) && byte_count <= self->TlabSize()) {
357 if (UNLIKELY(self->TlabSize() < alloc_size)) {
heap.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 47 if (LIKELY(byte_count < self->TlabSize())) {
  /art/runtime/
thread-inl.h 303 DCHECK_GE(TlabSize(), bytes);
thread.h     [all...]

Completed in 72 milliseconds