Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_sweep.cc203 RevokeAllThreadLocalAllocationStacks(self); in PausePhase()
247 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) { in RevokeAllThreadLocalAllocationStacks() function in art::gc::collector::MarkSweep
251 heap_->RevokeAllThreadLocalAllocationStacks(self); in RevokeAllThreadLocalAllocationStacks()
610 RevokeAllThreadLocalAllocationStacks(self); in MarkRoots()
Dmark_sweep.h302 void RevokeAllThreadLocalAllocationStacks(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
Dmark_compact.cc183 heap_->RevokeAllThreadLocalAllocationStacks(self); in MarkingPhase()
Dsemi_space.cc240 heap_->RevokeAllThreadLocalAllocationStacks(self_); in MarkingPhase()
/art/runtime/gc/
Dheap.h600 void RevokeAllThreadLocalAllocationStacks(Thread* self)
Dheap.cc2970 RevokeAllThreadLocalAllocationStacks(self); in VerifyHeapReferences()
3100 RevokeAllThreadLocalAllocationStacks(self); in VerifyMissingCardMarks()
3119 void Heap::RevokeAllThreadLocalAllocationStacks(Thread* self) { in RevokeAllThreadLocalAllocationStacks() function in art::gc::Heap
/art/oatdump/
Doatdump.cc1926 heap->RevokeAllThreadLocalAllocationStacks(self); in Dump()