Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h120 obj = self->AllocTlab(byte_count); in AllocObjectWithAllocator()
422 ret = self->AllocTlab(alloc_size); in TryToAllocate()
Dheap.cc4654 ret = self->AllocTlab(alloc_size); in AllocWithNewTLAB()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc54 mirror::Object* obj = self->AllocTlab(byte_count); in artAllocObjectFromCode()
/art/runtime/
Dthread-inl.h428 inline mirror::Object* Thread::AllocTlab(size_t bytes) { in AllocTlab() function
Dthread.h1432 mirror::Object* AllocTlab(size_t bytes);