Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_info.h331 SubtypeCheckBits iod; in SubtypeCheckInfo() local
332 iod.bitstring_ = path_to_root; in SubtypeCheckInfo()
333 iod.overflow_ = overflow; in SubtypeCheckInfo()
335 bitstring_and_of_ = iod; in SubtypeCheckInfo()
361 SubtypeCheckBits iod; in MakeUnchecked() local
362 iod.bitstring_ = bitstring; in MakeUnchecked()
363 iod.overflow_ = overflow; in MakeUnchecked()
367 io.bitstring_and_of_ = iod; in MakeUnchecked()
Dsubtype_check_info_test.cc110 SubtypeCheckBits iod; local
111 iod.bitstring_ = bs;
112 iod.overflow_ = overflow;
113 return SubtypeCheckInfo::Create(iod, depth);
Dsubtype_check_test.cc207 SubtypeCheckBits iod = kls.subtype_check_info_and_status_.subtype_check_info_; in operator <<() local
210 << (iod.overflow_ ? "true" : "false") in operator <<()
211 << ", bitstring: " << iod.bitstring_ in operator <<()