Searched refs:SetTlab (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/runtime/gc/space/ |
H A D | bump_pointer_space.cc | 219 self->SetTlab(start, start + bytes, start + bytes); in AllocNewTlab()
|
H A D | region_space.cc | 887 self->SetTlab(start, start + tlab_size, r->End()); in AllocNewTlab()
|
/aosp12/art/runtime/ |
H A D | thread.h | 1179 void SetTlab(uint8_t* start, uint8_t* end, uint8_t* limit);
|
H A D | thread.cc | 4272 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()
|