Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_info.h246 if (HasNext() && !bitstring_and_of_.overflow_) { in CreateChild()
271 if (bitstring_and_of_.overflow_) { in GetState()
334 iod.overflow_ = overflow; in SubtypeCheckInfo()
364 iod.overflow_ = overflow; in MakeUnchecked()
407 bitstring_and_of_.overflow_ = true; in MarkOverflowed()
518 << "depth: " << io.depth_ << ", of:" << io.bitstring_and_of_.overflow_ << "}";
Dsubtype_check_bits.h62 BITSTRUCT_UINT(/*lsb=*/ BitString::BitStructSizeOf(), /*width=*/ 1) overflow_;
Dtrace.h205 bool HasOverflow() { return overflow_; } in HasOverflow()
364 bool overflow_; variable
Dtrace.cc1044 overflow_(false), in TraceWriter()
1167 os << StringPrintf("data-file-overflow=%s\n", overflow_ ? "true" : "false"); in FinishTracing()
1468 if (overflow_) { in FlushAllThreadBuffers()
1483 DCHECK_EQ(overflow_, false); in PrepareBufferForNewEntries()
1489 if (overflow_) { in PrepareBufferForNewEntries()
1821 overflow_ = true; in FlushBuffer()
Dsubtype_check_info_test.cc112 iod.overflow_ = overflow;
Dsubtype_check_test.cc210 << (iod.overflow_ ? "true" : "false") in operator <<()