Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space.cc345 return rosalloc_->RevokeThreadLocalRuns(thread); in RevokeThreadLocalBuffers()
/art/runtime/gc/allocator/
Drosalloc.h621 size_t RevokeThreadLocalRuns(Thread* thread);
Drosalloc.cc1657 size_t RosAlloc::RevokeThreadLocalRuns(Thread* thread) { in RevokeThreadLocalRuns() function in art::gc::allocator::RosAlloc
1735 free_bytes += RevokeThreadLocalRuns(thread); in RevokeAllThreadLocalRuns()