| /art/test/018-stack-overflow/ | 
| D | Android.bp | 3 // Build rules for ART run-test `018-stack-overflow`.16     name: "art-run-test-018-stack-overflow",
 21         ":art-run-test-018-stack-overflow-expected-stdout",
 22         ":art-run-test-018-stack-overflow-expected-stderr",
 29     name: "art-run-test-018-stack-overflow-expected-stdout",
 30     out: ["art-run-test-018-stack-overflow-expected-stdout.txt"],
 37     name: "art-run-test-018-stack-overflow-expected-stderr",
 38     out: ["art-run-test-018-stack-overflow-expected-stderr.txt"],
 
 | 
| /art/test/070-nio-buffer/ | 
| D | expected-stdout.txt | 2 Got expected buffer overflow exception4 Got expected buffer overflow exception
 
 | 
| /art/runtime/ | 
| D | subtype_check_info_test.cc | 98                                                bool overflow = false,102     return SubtypeCheckInfo(path_to_root, next, overflow, depth);
 106                                                       bool overflow = false,
 112     iod.overflow_ = overflow;
 117                                                         bool overflow = false,
 121     return SubtypeCheckInfo::MakeUnchecked(bs, overflow, depth);
 
 | 
| D | subtype_check_info.h | 330   SubtypeCheckInfo(BitString path_to_root, BitStringChar next, bool overflow, size_t depth) {  in SubtypeCheckInfo()333     iod.overflow_ = overflow;  in SubtypeCheckInfo()
 360   static SubtypeCheckInfo MakeUnchecked(BitString bitstring, bool overflow, size_t depth) {  in MakeUnchecked()
 363     iod.overflow_ = overflow;  in MakeUnchecked()
 
 | 
| D | lock_word.h | 275     constexpr uint64_t overflow = static_cast<uint64_t>(kStateForwardingAddressShifted) +  in LockWord()  local277     constexpr bool is_larger = overflow > static_cast<uint64_t>(0xFFFFFFFF);  in LockWord()
 
 | 
| /art/test/302-float-conversion/ | 
| D | info.txt | 3  should not overflow under constant conversions.
 | 
| /art/compiler/optimizing/ | 
| D | bounds_check_elimination.cc | 238   ValueBound Add(int32_t c, /* out */ bool* overflow, /* out */ bool* underflow) const {  in Add()  argument239     *overflow = *underflow = false;  in Add()
 247         *overflow = true;  in Add()
 257       *overflow = true;  in Add()
 337     bool overflow, underflow;  in Add()  local
 338     ValueBound lower = lower_.Add(constant, &overflow, &underflow);  in Add()
 344     ValueBound upper = upper_.Add(constant, &overflow, &underflow);  in Add()
 345     if (overflow) {  in Add()
 681         bool overflow;  in HandleIfBetweenTwoMonotonicValueRanges()  local
 686             right_range->GetBound().Add(left_compensation, &overflow, &underflow));  in HandleIfBetweenTwoMonotonicValueRanges()
 [all …]
 
 | 
| D | induction_var_range.cc | 50 static int64_t SafeMul(int64_t a, int64_t b, /*out*/ bool* overflow) {  in SafeMul()  argument52     *overflow = true;  in SafeMul()
 58 static int64_t IntPow(int64_t b, int64_t e, /*out*/ bool* overflow) {  in IntPow()  argument
 64       pow = SafeMul(pow, b, overflow);  in IntPow()
 68       b = SafeMul(b, b, overflow);  in IntPow()
 1236         bool overflow = false;  in GenerateLastValueGeometric()  local
 1237         int64_t fpow = IntPow(f, m, &overflow);  in GenerateLastValueGeometric()
 1240           if (overflow || (type != DataType::Type::kInt64 && !CanLongValueFitIntoInt(fpow))) {  in GenerateLastValueGeometric()
 
 | 
| D | code_generator_x86_64.cc | 1664     NearLabel overflow;  in MaybeIncrementHotness()  local1673     __ j(kEqual, &overflow);  in MaybeIncrementHotness()
 1676     __ Bind(&overflow);  in MaybeIncrementHotness()
 
 | 
| D | code_generator_x86.cc | 1276     NearLabel overflow;  in MaybeIncrementHotness()  local1279     __ j(kEqual, &overflow);  in MaybeIncrementHotness()
 1281     __ Bind(&overflow);  in MaybeIncrementHotness()
 
 | 
| /art/test/800-smali/smali/ | 
| D | b_24399945.smali | 16         :case3 # key = INT_MIN (overflow!)
 | 
| /art/test/670-bitstring-type-check/ | 
| D | generate-sources | 56     // 8193 classes at level 1 make sure we shall have an overflow if there are 13 or58     // an overflow if the number of bits for level 2 character is 10 or less. To test
 59     // type checks also for the depth overflow, we provide a hierarchy 9 levels deep.
 
 | 
| /art/test/800-smali/ | 
| D | expected-stdout.txt | 4 PackedSwitch key overflow
 | 
| /art/libartbase/base/ | 
| D | indenter.h | 57   int_type overflow(int_type c) override {  in overflow()  function
 | 
| /art/cmdline/ | 
| D | README.md | 201           "Failed to parse double from " + str + "; overflow/underflow occurred");
 | 
| /art/ | 
| D | TEST_MAPPING | 56       "name": "art-run-test-018-stack-overflow[com.google.android.art.apex]"1481       "name": "art-run-test-018-stack-overflow"
 2890       "name": "art-run-test-018-stack-overflow"
 
 |