Searched refs:SetTlab (Results 1 – 3 of 3) sorted by relevance
247 thread->SetTlab(nullptr, nullptr); in RevokeThreadLocalBuffersLocked()257 self->SetTlab(start, start + bytes); in AllocNewTlab()
787 void SetTlab(byte* start, byte* end);
2243 void Thread::SetTlab(byte* start, byte* end) { in SetTlab() function in art::Thread