HomeSort by relevance Sort by last modified time
    Searched refs:RevokeAllThreadLocalAllocationStacks (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/collector/
mark_sweep.cc 197 RevokeAllThreadLocalAllocationStacks(self);
241 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) {
245 heap_->RevokeAllThreadLocalAllocationStacks(self);
495 RevokeAllThreadLocalAllocationStacks(self);
    [all...]
mark_sweep.h 271 void RevokeAllThreadLocalAllocationStacks(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
mark_compact.cc 208 t.NewTiming("RevokeAllThreadLocalAllocationStacks");
209 heap_->RevokeAllThreadLocalAllocationStacks(self);
semi_space.cc 226 TimingLogger::ScopedTiming t("RevokeAllThreadLocalAllocationStacks", GetTimings());
227 heap_->RevokeAllThreadLocalAllocationStacks(self_);
    [all...]
  /art/runtime/gc/
heap.h 495 void RevokeAllThreadLocalAllocationStacks(Thread* self)
    [all...]
heap.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 113 milliseconds