Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dtlab_test.cpp71 bool overflow = false; in TEST_F() local
82 overflow = true; in TEST_F()
85 ASSERT_EQ(overflow, true) << "Increase the size of alloc_count to get overflow"; in TEST_F()
/arkcompiler/runtime_core/tests/checked/
Dstack_overflow.pa14 #! CHECKER Stack overflow
51 #! CHECKER Stack overflow unhandled
/arkcompiler/ets_runtime/test/moduletest/stackoverflow/
Dexpect_output.txt14 stack overflow!
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp630 bool overflow = false; in ParseDecimalDigits() local
635 if (!overflow) { in ParseDecimalDigits()
637 overflow = true; in ParseDecimalDigits()
644 if (overflow) { in ParseDecimalDigits()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_lowering.cpp1311 Label overflow(&builder_); in LowerNumberNeg() local
1314 builder_.Branch(builder_.Int64Equal(intVal, min), &overflow, &notOverflow); in LowerNumberNeg()
1315 builder_.Bind(&overflow); in LowerNumberNeg()
1476 Label overflow(&builder_); in CalculateNumbers() local
1484 builder_.Branch(builder_.Int64GreaterThan(res, max), &overflow, &notOverflow); in CalculateNumbers()
1487 … builder_.Branch(builder_.Int64LessThan(res, min), &overflow, &notOverflowOrUnderflow); in CalculateNumbers()
1489 builder_.Bind(&overflow); in CalculateNumbers()
1534 Label overflow(&builder_); in ShiftNumber() local
1612 builder_.Branch(condition, &overflow, &notOverflow); in ShiftNumber()
1613 builder_.Bind(&overflow); in ShiftNumber()
[all …]
Doperations_stub_builder.cpp668 Label overflow(env); in Shr() local
735 Branch(condition, &overflow, &notOverflow); in Shr()
736 Bind(&overflow); in Shr()
Dstub_builder.cpp4111 Label overflow(env); in FastAddSubAndMul() local
4116 Branch(BoolOr(condition1, condition2), &overflow, &notOverflow); in FastAddSubAndMul()
4117 Bind(&overflow); in FastAddSubAndMul()
4386 Label overflow(env); in DoubleToInt() local
4393 Branch(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt()
4402 Branch(Int32LessThan(exp, bits), &exit, &overflow); in DoubleToInt()
4404 Bind(&overflow); in DoubleToInt()
/arkcompiler/toolchain/build/config/sanitizers/
Dsanitizers.gni159 # Detect overflow/underflow for global objects.
/arkcompiler/ets_frontend/test262/
Des2015_tests.txt88 built-ins/Array/length/define-own-prop-length-overflow-order.js
89 built-ins/Array/length/define-own-prop-length-overflow-realm.js
DCI_tests.txt1439 built-ins/Array/length/define-own-prop-length-overflow-realm.js