Home
last modified time | relevance | path

Searched refs:GetTlabPos (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/gc/space/
H A Dregion_space.cc916 DCHECK_GE(r->End(), thread->GetTlabPos()); in RevokeThreadLocalBuffersLocked()
917 DCHECK_LE(r->Begin(), thread->GetTlabPos()); in RevokeThreadLocalBuffersLocked()
918 size_t remaining_bytes = r->End() - thread->GetTlabPos(); in RevokeThreadLocalBuffersLocked()
/aosp12/art/runtime/
H A Dthread.h1185 uint8_t* GetTlabPos() { in GetTlabPos() function