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.cc561 overflow_(false), interval_us_(0), streaming_lock_(nullptr), in Trace()
634 os << StringPrintf("data-file-overflow=%s\n", overflow_ ? "true" : "false"); in FinishTracing()
908 overflow_ = true; in LogMethodTraceEvent()
Dtrace.h367 bool overflow_; variable
Dsubtype_check_info_test.cc112 iod.overflow_ = overflow;
Dsubtype_check_test.cc210 << (iod.overflow_ ? "true" : "false") in operator <<()