Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc724 static mirror::Class* const weak_sentinel = variable
734 if (cls != nullptr && cls != weak_sentinel) { in ProcessWeakClass()
763 if (object == nullptr || object == weak_sentinel) { in SweepRootTables()
779 reinterpret_cast<GcRoot<mirror::Class>*>(&roots[i]), visitor, weak_sentinel); in SweepRootTables()