Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.cc219 self->SetTlab(start, start + bytes, start + bytes); in AllocNewTlab()
Dregion_space.cc879 self->SetTlab(start, start + tlab_size, r->End()); in AllocNewTlab()
/art/runtime/
Dthread.h1161 void SetTlab(uint8_t* start, uint8_t* end, uint8_t* limit);
Dthread.cc4137 void Thread::SetTlab(uint8_t* start, uint8_t* end, uint8_t* limit) { in SetTlab() function in art::Thread
4148 SetTlab(nullptr, nullptr, nullptr); in ResetTlab()