Home
last modified time | relevance | path

Searched refs:RevokeRun (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.h816 void RevokeRun(Thread* self, size_t idx, Run* run) REQUIRES(!lock_);
Drosalloc.cc1537 RevokeRun(self, idx, thread_local_run); in RevokeThreadLocalRuns()
1543 void RosAlloc::RevokeRun(Thread* self, size_t idx, Run* run) { in RevokeRun() function in art::gc::allocator::RosAlloc
1577 RevokeRun(self, idx, current_runs_[idx]); in RevokeThreadUnsafeCurrentRuns()