Home
last modified time | relevance | path

Searched refs:RevokeThreadLocalRuns (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Drosalloc_space.cc408 return rosalloc_->RevokeThreadLocalRuns(thread); in RevokeThreadLocalBuffers()
/art/runtime/gc/allocator/
Drosalloc.h900 size_t RevokeThreadLocalRuns(Thread* thread) REQUIRES(!lock_, !bulk_free_lock_);
Drosalloc.cc1508 size_t RosAlloc::RevokeThreadLocalRuns(Thread* thread) { in RevokeThreadLocalRuns() function in art::gc::allocator::RosAlloc
1591 free_bytes += RevokeThreadLocalRuns(thread); in RevokeAllThreadLocalRuns()