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 204 RevokeAllThreadLocalAllocationStacks(self);
248 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) {
252 heap_->RevokeAllThreadLocalAllocationStacks(self);
633 RevokeAllThreadLocalAllocationStacks(self);
    [all...]
mark_compact.cc 184 t.NewTiming("RevokeAllThreadLocalAllocationStacks");
185 heap_->RevokeAllThreadLocalAllocationStacks(self);
semi_space.cc 238 TimingLogger::ScopedTiming t2("RevokeAllThreadLocalAllocationStacks", GetTimings());
239 heap_->RevokeAllThreadLocalAllocationStacks(self_);
    [all...]
  /art/runtime/gc/
heap.h 610 void RevokeAllThreadLocalAllocationStacks(Thread* self)
    [all...]
heap.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 124 milliseconds