Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_sweep.cc202 RevokeAllThreadLocalAllocationStacks(self); in PausePhase()
246 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) { in RevokeAllThreadLocalAllocationStacks() function in art::gc::collector::MarkSweep
250 heap_->RevokeAllThreadLocalAllocationStacks(self); in RevokeAllThreadLocalAllocationStacks()
610 RevokeAllThreadLocalAllocationStacks(self); in MarkRoots()
Dmark_sweep.h301 void RevokeAllThreadLocalAllocationStacks(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
Dmark_compact.cc191 heap_->RevokeAllThreadLocalAllocationStacks(self); in MarkingPhase()
Dsemi_space.cc238 heap_->RevokeAllThreadLocalAllocationStacks(self_); in MarkingPhase()
/art/runtime/gc/
Dheap.h571 void RevokeAllThreadLocalAllocationStacks(Thread* self)
Dheap.cc3085 RevokeAllThreadLocalAllocationStacks(self); in VerifyHeapReferences()
3214 RevokeAllThreadLocalAllocationStacks(self); in VerifyMissingCardMarks()
3233 void Heap::RevokeAllThreadLocalAllocationStacks(Thread* self) { in RevokeAllThreadLocalAllocationStacks() function in art::gc::Heap
/art/oatdump/
Doatdump.cc1416 heap->RevokeAllThreadLocalAllocationStacks(self); in Dump()