Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.cc98 RevokeThreadLocalBuffersLocked(thread); in RevokeThreadLocalBuffers()
249 void BumpPointerSpace::RevokeThreadLocalBuffersLocked(Thread* thread) { in RevokeThreadLocalBuffersLocked() function in art::gc::space::BumpPointerSpace
257 RevokeThreadLocalBuffersLocked(self); in AllocNewTlab()
Dregion_space.cc337 RevokeThreadLocalBuffersLocked(self); in AllocNewTlab()
361 RevokeThreadLocalBuffersLocked(thread); in RevokeThreadLocalBuffers()
365 void RegionSpace::RevokeThreadLocalBuffersLocked(Thread* thread) { in RevokeThreadLocalBuffersLocked() function in art::gc::space::RegionSpace
Dbump_pointer_space.h167 void RevokeThreadLocalBuffersLocked(Thread* thread) REQUIRES(block_lock_);
Dregion_space.h95 void RevokeThreadLocalBuffersLocked(Thread* thread) REQUIRES(region_lock_);