Searched refs:SetTlab (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dbump_pointer_space.cc247 thread->SetTlab(nullptr, nullptr);
257 self->SetTlab(start, start + bytes);
/art/runtime/
H A Dthread.h787 void SetTlab(byte* start, byte* end);
H A Dthread.cc2282 void Thread::SetTlab(byte* start, byte* end) { function in class:art::Thread

Completed in 56 milliseconds