Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space.cc349 rosalloc_->AssertThreadLocalRunsAreRevoked(thread); in AssertThreadLocalBuffersAreRevoked()
/art/runtime/gc/allocator/
Drosalloc.h905 void AssertThreadLocalRunsAreRevoked(Thread* thread) REQUIRES(!bulk_free_lock_);
Drosalloc.cc1595 void RosAlloc::AssertThreadLocalRunsAreRevoked(Thread* thread) { in AssertThreadLocalRunsAreRevoked() function in art::gc::allocator::RosAlloc
1615 AssertThreadLocalRunsAreRevoked(t); in AssertAllThreadLocalRunsAreRevoked()