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.h 302 void RevokeAllThreadLocalAllocationStacks(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
mark_sweep.cc 203 RevokeAllThreadLocalAllocationStacks(self);
247 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) {
251 heap_->RevokeAllThreadLocalAllocationStacks(self);
610 RevokeAllThreadLocalAllocationStacks(self);
    [all...]
mark_compact.cc 182 t.NewTiming("RevokeAllThreadLocalAllocationStacks");
183 heap_->RevokeAllThreadLocalAllocationStacks(self);
semi_space.cc 239 TimingLogger::ScopedTiming t2("RevokeAllThreadLocalAllocationStacks", GetTimings());
240 heap_->RevokeAllThreadLocalAllocationStacks(self_);
    [all...]
  /art/runtime/gc/
heap.h 600 void RevokeAllThreadLocalAllocationStacks(Thread* self)
    [all...]
heap.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 86 milliseconds