Home
last modified time | relevance | path

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

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