Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h112 obj = self->AllocTlab(byte_count); in AllocObjectWithAllocator()
405 ret = self->AllocTlab(alloc_size); in TryToAllocate()
Dheap.cc4247 mirror::Object* ret = self->AllocTlab(alloc_size); in AllocWithNewTLAB()
/art/runtime/
Dthread-inl.h307 inline mirror::Object* Thread::AllocTlab(size_t bytes) { in AllocTlab() function
Dthread.h1160 mirror::Object* AllocTlab(size_t bytes);
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc51 mirror::Object* obj = self->AllocTlab(byte_count); in artAllocObjectFromCode()