| /arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/ |
| D | expect_output.txt | 15 stack overflow! 35 callarg0_with_callthis stack overflow! 36 callarg1_with_callthis stack overflow! 37 callarg2_with_callthis stack overflow! 38 callarg3_with_callthis stack overflow! 39 callrange_with_callthis stack overflow! 44 recursive stack overflow
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_circuit_builder.cpp | 202 Label overflow(env_); in DoubleToInt() local 214 BRANCH_CIR2(Int32LessThan(exp, bits), exit, &overflow); in DoubleToInt() 216 Bind(&overflow); in DoubleToInt() 232 Label overflow(env_); in DoubleToInt() local 239 BRANCH_CIR2(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt() 248 BRANCH_CIR2(Int32LessThan(exp, bits), &exit, &overflow); in DoubleToInt() 250 Bind(&overflow); in DoubleToInt() 301 Label overflow(env_); in DoubleInRangeInt32() local 308 Branch(DoubleGreaterThan(x, Max), &overflow, &checkUnderflow); in DoubleInRangeInt32() 309 Bind(&overflow); in DoubleInRangeInt32()
|
| D | array_bounds_check_elimination.cpp | 233 bool overflow = ((constValue < 0 && (newLower > lower)) || in DoBinaryArithmeticOp() local 235 if (overflow) { in DoBinaryArithmeticOp() 280 bool overflow = ((constValue < 0 && (newLower > lower)) || in DoUnaryArithmeticOp() local 282 if (overflow) { in DoUnaryArithmeticOp()
|
| /arkcompiler/ets_runtime/test/moduletest/stackoverflow/ |
| D | expect_output.txt | 14 stack overflow! 16 stack overflow success
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | tlab_test.cpp | 76 bool overflow = false; in TEST_F() local 87 overflow = true; in TEST_F() 90 ASSERT_EQ(overflow, true) << "Increase the size of alloc_count to get overflow"; in TEST_F()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | infer_flags.cpp | 51 …bool overflow = startRange.signedAddMayOverflow(tripByStep) != llvm::ConstantRange::OverflowResult… in CanOverflow() local 54 << ", canOverflow = " << llvm::toStringRef(overflow) << "\n"); in CanOverflow() 55 return overflow; in CanOverflow()
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | stack_overflow.pa | 14 #! CHECKER Stack overflow 48 #! CHECKER Stack overflow unhandled
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | stack_overflow.pa | 14 #! CHECKER Stack overflow 51 #! CHECKER Stack overflow unhandled
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cc.def | 24 CONDCODE(VS, 0x6) /* overflow */ 25 CONDCODE(VC, 0x7) /* no overflow */
|
| /arkcompiler/ets_runtime/test/aottest/exception_case13/ |
| D | expect_output.txt | 14 stack overflow
|
| /arkcompiler/ets_runtime/test/moduletest/throwerror/ |
| D | expect_output.txt | 18 RangeError: Stack overflow!
|
| /arkcompiler/ets_runtime/test/moduletest/async/ |
| D | expect_output.txt | 24 RangeError: Stack overflow!
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/ |
| D | unary_minus_onbound.sts | 19 desc: Unary minus operator (onbound) (these are special cases for numeric overflow behavior. Specia…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | bounds_analysis_overflow.sts | 16 //! CHECKER Check overflow check in BoundsAnalysis
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
|
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | absint_checks.md | 41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/hermes/ |
| D | hermes-excluded.txt | 12 stack-overflow.js 13 stack-overflow-apply.js # 0:03:06.849030 238 regress-exp-overflow.js
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_parser.cpp | 681 bool overflow = false; in ParseDecimalDigits() local 686 if (!overflow) { in ParseDecimalDigits() 688 overflow = true; in ParseDecimalDigits() 695 if (overflow) { in ParseDecimalDigits()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_dfx.cpp | 37 int overflow(int c) override in overflow() function in panda::ecmascript::NullStream::NullBuffer
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | README.md | 55 To prevent command line buffer overflow, response file may be used. It is specified by adding `@` p…
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 724 bool overflow = false; in ParseDecimalDigits() local 729 if (!overflow) { in ParseDecimalDigits() 731 overflow = true; in ParseDecimalDigits() 738 if (overflow) { in ParseDecimalDigits()
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/ |
| D | Template.mjs | 144 // make sure zero is encoded as double to avoid deoptimization on overflow later
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/ |
| D | TabPaneApSummary.js | 117 this.parentElement.style.overflow = 'hidden';
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/intrinsics/ |
| D | to_string_cache.sts | 49 // don't negate the whole number to avoid overflow for Long.MIN_VALUE
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 7_expressions.rst | 2984 In that case, an overflow occurs but throws no exception or error. 3010 overflow 3174 If overflow occurs during integer multiplication, then: 3227 despite possible overflow, underflow, or loss of information. 3240 overflow 3288 Only a single special case does not comply with this rule: the integer overflow 3293 This case throws no exception or error despite the overflow. However, if in 3308 integer overflow 3315 overflow 3362 error despite possible overflow, underflow, division by zero, or loss of [all …]
|