Searched refs:overflow (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/ |
| D | tlab_test.cpp | 71 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/ |
| D | stack_overflow.pa | 14 #! CHECKER Stack overflow 51 #! CHECKER Stack overflow unhandled
|
| /arkcompiler/ets_runtime/test/moduletest/stackoverflow/ |
| D | expect_output.txt | 14 stack overflow!
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 630 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/ |
| D | type_lowering.cpp | 1311 Label overflow(&builder_); in LowerNumberNeg() local 1314 builder_.Branch(builder_.Int64Equal(intVal, min), &overflow, ¬Overflow); in LowerNumberNeg() 1315 builder_.Bind(&overflow); in LowerNumberNeg() 1476 Label overflow(&builder_); in CalculateNumbers() local 1484 builder_.Branch(builder_.Int64GreaterThan(res, max), &overflow, ¬Overflow); in CalculateNumbers() 1487 … builder_.Branch(builder_.Int64LessThan(res, min), &overflow, ¬OverflowOrUnderflow); in CalculateNumbers() 1489 builder_.Bind(&overflow); in CalculateNumbers() 1534 Label overflow(&builder_); in ShiftNumber() local 1612 builder_.Branch(condition, &overflow, ¬Overflow); in ShiftNumber() 1613 builder_.Bind(&overflow); in ShiftNumber() [all …]
|
| D | operations_stub_builder.cpp | 668 Label overflow(env); in Shr() local 735 Branch(condition, &overflow, ¬Overflow); in Shr() 736 Bind(&overflow); in Shr()
|
| D | stub_builder.cpp | 4111 Label overflow(env); in FastAddSubAndMul() local 4116 Branch(BoolOr(condition1, condition2), &overflow, ¬Overflow); 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/ |
| D | sanitizers.gni | 159 # Detect overflow/underflow for global objects.
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2015_tests.txt | 88 built-ins/Array/length/define-own-prop-length-overflow-order.js 89 built-ins/Array/length/define-own-prop-length-overflow-realm.js
|
| D | CI_tests.txt | 1439 built-ins/Array/length/define-own-prop-length-overflow-realm.js
|