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.h165 void RevokeThreadLocalBuffersLocked(Thread* thread) EXCLUSIVE_LOCKS_REQUIRED(block_lock_);
Dregion_space.h93 void RevokeThreadLocalBuffersLocked(Thread* thread) EXCLUSIVE_LOCKS_REQUIRED(region_lock_);