Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc1884 bool owner_found = false; in Verify() local
1892 CHECK(!owner_found) in Verify()
1896 owner_found = true; in Verify()
1900 CHECK(owner_found) << "A thread local run has no owner thread " << Dump(); in Verify()