Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_info.h245 if (HasNext() && !bitstring_and_of_.overflow_) { in CreateChild()
270 if (bitstring_and_of_.overflow_) { in GetState()
333 iod.overflow_ = overflow; in SubtypeCheckInfo()
363 iod.overflow_ = overflow; in MakeUnchecked()
406 bitstring_and_of_.overflow_ = true; in MarkOverflowed()
517 << "depth: " << io.depth_ << ", of:" << io.bitstring_and_of_.overflow_ << "}";
Dsubtype_check_bits.h61 BITSTRUCT_UINT(/*lsb=*/ BitString::BitStructSizeOf(), /*width=*/ 1) overflow_;
Dtrace.h398 bool overflow_; variable
Dtrace.cc763 overflow_(false), in Trace()
832 os << StringPrintf("data-file-overflow=%s\n", overflow_ ? "true" : "false"); in FinishTracing()
1189 overflow_ = true; in RecordMethodEvent()
Dsubtype_check_info_test.cc112 iod.overflow_ = overflow;
Dsubtype_check_test.cc210 << (iod.overflow_ ? "true" : "false") in operator <<()