Home
last modified time | relevance | path

Searched refs:RevokeAllThreadLocalAllocationStacks (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/collector/
Dmark_sweep.h301 void RevokeAllThreadLocalAllocationStacks(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
Dmark_sweep.cc206 RevokeAllThreadLocalAllocationStacks(self); in PausePhase()
250 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) { in RevokeAllThreadLocalAllocationStacks() function in art::gc::collector::MarkSweep
254 heap_->RevokeAllThreadLocalAllocationStacks(self); in RevokeAllThreadLocalAllocationStacks()
635 RevokeAllThreadLocalAllocationStacks(self); in MarkRoots()
Dsemi_space.cc186 heap_->RevokeAllThreadLocalAllocationStacks(self_); in MarkingPhase()
/art/runtime/gc/
Dheap.h670 void RevokeAllThreadLocalAllocationStacks(Thread* self)
/art/oatdump/
Doatdump.cc1928 heap->RevokeAllThreadLocalAllocationStacks(self); in Dump()