Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space.cc417 rosalloc_->AssertThreadLocalRunsAreRevoked(thread); in AssertThreadLocalBuffersAreRevoked()
/art/runtime/gc/allocator/
Drosalloc.h906 void AssertThreadLocalRunsAreRevoked(Thread* thread) REQUIRES(!bulk_free_lock_);
Drosalloc.cc1597 void RosAlloc::AssertThreadLocalRunsAreRevoked(Thread* thread) { in AssertThreadLocalRunsAreRevoked() function in art::gc::allocator::RosAlloc
1617 AssertThreadLocalRunsAreRevoked(t); in AssertAllThreadLocalRunsAreRevoked()