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

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

Completed in 132 milliseconds