HomeSort by relevance Sort by last modified time
    Searched refs:SetTlab (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/space/
bump_pointer_space.cc 200 thread->SetTlab(nullptr, nullptr, nullptr);
210 self->SetTlab(start, start + bytes, start + bytes);
region_space.cc 471 self->SetTlab(r->Begin(), r->Begin() + min_bytes, r->End());
496 thread->SetTlab(nullptr, nullptr, nullptr);
  /art/runtime/
thread.h     [all...]
thread.cc     [all...]

Completed in 61 milliseconds