/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", 28 name: "art-run-test-018-stack-overflow-expected-stdout", 29 out: ["art-run-test-018-stack-overflow-expected-stdout.txt"], 36 name: "art-run-test-018-stack-overflow-expected-stderr", 37 out: ["art-run-test-018-stack-overflow-expected-stderr.txt"],
|
/art/test/070-nio-buffer/ |
D | expected-stdout.txt | 2 Got expected buffer overflow exception 4 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 | 273 constexpr uint64_t overflow = static_cast<uint64_t>(kStateForwardingAddressShifted) + in LockWord() local 275 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() argument 239 *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() 668 bool overflow; in HandleIfBetweenTwoMonotonicValueRanges() local 673 right_range->GetBound().Add(left_compensation, &overflow, &underflow)); in HandleIfBetweenTwoMonotonicValueRanges() [all …]
|
D | induction_var_range.cc | 49 static int64_t SafeMul(int64_t a, int64_t b, /*out*/ bool* overflow) { in SafeMul() argument 51 *overflow = true; in SafeMul() 57 static int64_t IntPow(int64_t b, int64_t e, /*out*/ bool* overflow) { in IntPow() argument 63 pow = SafeMul(pow, b, overflow); in IntPow() 67 b = SafeMul(b, b, overflow); in IntPow() 1067 bool overflow = false; in GenerateLastValueGeometric() local 1068 int64_t fpow = IntPow(f, m, &overflow); in GenerateLastValueGeometric() 1071 if (overflow || (type != DataType::Type::kInt64 && !CanLongValueFitIntoInt(fpow))) { in GenerateLastValueGeometric()
|
D | code_generator_x86_64.cc | 1473 NearLabel overflow; in MaybeIncrementHotness() local 1482 __ j(kEqual, &overflow); in MaybeIncrementHotness() 1485 __ Bind(&overflow); in MaybeIncrementHotness()
|
D | code_generator_x86.cc | 1106 NearLabel overflow; in MaybeIncrementHotness() local 1109 __ j(kEqual, &overflow); in MaybeIncrementHotness() 1112 __ 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 | build | 56 // 8193 classes at level 1 make sure we shall have an overflow if there are 13 or 58 // 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 | 53 "name": "art-run-test-018-stack-overflow[com.google.android.art.apex]" 1240 "name": "art-run-test-018-stack-overflow"
|