Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc2040 bool owner_found = false; in Verify() local
2048 CHECK(!owner_found) in Verify()
2052 owner_found = true; in Verify()
2056 CHECK(owner_found) << "A thread local run has no owner thread " << Dump(); in Verify()