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

  /art/runtime/gc/
heap-inl.h 86 obj = self->AllocTlab(byte_count);
87 DCHECK(obj != nullptr) << "AllocTlab can't fail";
368 ret = self->AllocTlab(alloc_size);
heap.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 48 obj = self->AllocTlab(byte_count);
49 DCHECK(obj != nullptr) << "AllocTlab can't fail";
  /art/runtime/
thread-inl.h 302 inline mirror::Object* Thread::AllocTlab(size_t bytes) {
thread.h     [all...]

Completed in 211 milliseconds