Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h33 bool other_unresolved = other.IsUnresolvedTypes(); in CanAccess() local
34 if (!this_unresolved && !other_unresolved) { in CanAccess()
36 } else if (!other_unresolved) { in CanAccess()