Home
last modified time | relevance | path

Searched refs:AllocTlab (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dheap-inl.h87 obj = self->AllocTlab(byte_count); in AllocObjectWithAllocator()
370 ret = self->AllocTlab(alloc_size); in TryToAllocate()
Dheap.cc4097 mirror::Object* ret = self->AllocTlab(alloc_size); in AllocWithNewTLAB()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc49 obj = self->AllocTlab(byte_count); in artAllocObjectFromCode()
/art/runtime/
Dthread-inl.h303 inline mirror::Object* Thread::AllocTlab(size_t bytes) { in AllocTlab() function
Dthread.h1139 mirror::Object* AllocTlab(size_t bytes);