| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/ |
| D | test_object_preview.py | 56 overflow=False, 71 overflow=False, 94 overflow=False,
|
| /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/ets_runtime/ecmascript/compiler/ |
| D | lcr_circuit_builder.cpp | 272 Label overflow(env_); in TruncDoubleToInt() local 276 BRANCH(DoubleToIntOverflowCheck(x, typeBits), &exit, &overflow); in TruncDoubleToInt() 278 Bind(&overflow); in TruncDoubleToInt() 295 Label overflow(env_); in SaturateTruncDoubleToInt32() local 299 BRANCH(DoubleToIntOverflowCheck(x, base::INT32_BITS), &exit, &overflow); in SaturateTruncDoubleToInt32() 301 Bind(&overflow); in SaturateTruncDoubleToInt32() 352 Label overflow(env_); in DoubleInRangeInt32() local 359 Branch(DoubleGreaterThan(x, Max), &overflow, &checkUnderflow); in DoubleInRangeInt32() 360 Bind(&overflow); in DoubleInRangeInt32()
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | constructor-issue.ets | 27 …return; // Return statement is necessary to reproduce stack overflow and invalid constructor gener… 40 return; // Return statement is necessary to reproduce stack overflow issue.
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | stack_overflow.pa | 14 #! CHECKER Stack overflow 51 #! CHECKER Stack overflow unhandled
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | stack_overflow.pa | 14 #! CHECKER Stack overflow 48 #! CHECKER Stack overflow unhandled
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/mosaic/ |
| D | styles.module.scss | 29 overflow: visible; 58 overflow: auto;
|
| /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/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/logs/ |
| D | styles.module.scss | 21 overflow: hidden; 28 overflow: auto;
|
| /arkcompiler/ets_runtime/test/aottest/exception_case13/ |
| D | expect_output.txt | 14 stack overflow
|
| /arkcompiler/ets_runtime/test/moduletest/proxyrelease/ |
| D | expect_output.txt | 14 RangeError: Stack overflow!
|
| /arkcompiler/ets_runtime/test/moduletest/proxyget/ |
| D | expect_output.txt | 17 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.ets | 19 desc: Unary minus operator (onbound) (these are special cases for numeric overflow behavior. Specia…
|
| D | unary_minus_outbound.ets | 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.ets | 16 //! CHECKER Check overflow check in BoundsAnalysis
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/ |
| D | index.css | 54 overflow: unset !important;
|
| /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/plugins/ets/tests/ets_sdk/api/@ohos/xml/XmlSerializer/ |
| D | XmlSerializerSetNamespaceTest.ets | 27 …suite.addTest("Testing namespace setting with arrayBuffer overflow", testNamespaceSettingWithOverf…
|
| /arkcompiler/runtime_core/static_core/tests/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 | 719 bool overflow = false; in ParseDecimalDigits() local 724 if (!overflow) { in ParseDecimalDigits() 726 overflow = true; in ParseDecimalDigits() 733 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/runtime_core/libabckit/src/ |
| D | logger.h | 38 int overflow(int c) override in overflow() function
|