Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h550 void RevokeRun(Thread* self, size_t idx, Run* run);
Drosalloc.cc1681 RevokeRun(self, idx, thread_local_run); in RevokeThreadLocalRuns()
1687 void RosAlloc::RevokeRun(Thread* self, size_t idx, Run* run) { in RevokeRun() function in art::gc::allocator::RosAlloc
1721 RevokeRun(self, idx, current_runs_[idx]); in RevokeThreadUnsafeCurrentRuns()