Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc793 resolved_part_(resolved), in UnresolvedMergedType()
803 CHECK(resolved_part_.IsReferenceTypes()); in CheckInvariants()
804 CHECK(!resolved_part_.IsUnresolvedTypes()); in CheckInvariants()
Dreg_type.h891 return resolved_part_; in GetResolvedPart()
916 const RegType& resolved_part_; variable