Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dbump_pointer_space.cc219 self->SetTlab(start, start + bytes, start + bytes); in AllocNewTlab()
H A Dregion_space.cc887 self->SetTlab(start, start + tlab_size, r->End()); in AllocNewTlab()
/aosp12/art/runtime/
H A Dthread.h1179 void SetTlab(uint8_t* start, uint8_t* end, uint8_t* limit);
H A Dthread.cc4272 void Thread::SetTlab(uint8_t* start, uint8_t* end, uint8_t* limit) { in SetTlab() function in art::Thread
4292 SetTlab(nullptr, nullptr, nullptr); in ResetTlab()