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