/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", 33 name: "art-run-test-018-stack-overflow-expected-stdout", 34 out: ["art-run-test-018-stack-overflow-expected-stdout.txt"], 41 name: "art-run-test-018-stack-overflow-expected-stderr", 42 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 | 331 SubtypeCheckInfo(BitString path_to_root, BitStringChar next, bool overflow, size_t depth) { in SubtypeCheckInfo() 334 iod.overflow_ = overflow; in SubtypeCheckInfo() 361 static SubtypeCheckInfo MakeUnchecked(BitString bitstring, bool overflow, size_t depth) { in MakeUnchecked() 364 iod.overflow_ = overflow; in MakeUnchecked()
|
D | lock_word.h | 276 constexpr uint64_t overflow = static_cast<uint64_t>(kStateForwardingAddressShifted) + in LockWord() local 278 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() 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() argument 52 *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() 1265 bool overflow = false; in GenerateLastValueGeometric() local 1266 int64_t fpow = IntPow(f, m, &overflow); in GenerateLastValueGeometric() 1269 if (overflow || (type != DataType::Type::kInt64 && !CanLongValueFitIntoInt(fpow))) { in GenerateLastValueGeometric()
|
D | code_generator_riscv64.cc | 3805 XRegister overflow = srs2.AllocateXRegister(); in VisitIf() local 3806 __ Srli(overflow, counter, 16); in VisitIf() 3807 __ Bnez(overflow, &done); in VisitIf()
|
D | code_generator_x86_64.cc | 1787 NearLabel overflow; in MaybeIncrementHotness() local 1796 __ j(kEqual, &overflow); in MaybeIncrementHotness() 1799 __ Bind(&overflow); in MaybeIncrementHotness()
|
D | code_generator_x86.cc | 1349 NearLabel overflow; in MaybeIncrementHotness() local 1352 __ j(kEqual, &overflow); in MaybeIncrementHotness() 1354 __ 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 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" 1481 "name": "art-run-test-018-stack-overflow[com.google.android.art.apex]" 2927 "name": "art-run-test-018-stack-overflow" 4363 "name": "art-run-test-018-stack-overflow"
|