Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
Dtest_object_preview.py52 overflow=False,
67 overflow=False,
90 overflow=False,
/arkcompiler/runtime_core/static_core/runtime/tests/
Dtlab_test.cpp76 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/
Dinfer_flags.cpp51 …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/
Dlcr_circuit_builder.cpp217 Label overflow(env_); in TruncDoubleToInt() local
221 BRANCH(DoubleToIntOverflowCheck(x, typeBits), &exit, &overflow); in TruncDoubleToInt()
223 Bind(&overflow); in TruncDoubleToInt()
240 Label overflow(env_); in SaturateTruncDoubleToInt32() local
244 BRANCH(DoubleToIntOverflowCheck(x, base::INT32_BITS), &exit, &overflow); in SaturateTruncDoubleToInt32()
246 Bind(&overflow); in SaturateTruncDoubleToInt32()
297 Label overflow(env_); in DoubleInRangeInt32() local
304 Branch(DoubleGreaterThan(x, Max), &overflow, &checkUnderflow); in DoubleInRangeInt32()
305 Bind(&overflow); in DoubleInRangeInt32()
Darray_bounds_check_elimination.cpp233 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/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cc.def24 CONDCODE(VS, 0x6) /* overflow */
25 CONDCODE(VC, 0x7) /* no overflow */
/arkcompiler/runtime_core/static_core/tests/checked/
Dstack_overflow.pa14 #! CHECKER Stack overflow
48 #! CHECKER Stack overflow unhandled
/arkcompiler/runtime_core/tests/checked/
Dstack_overflow.pa14 #! CHECKER Stack overflow
51 #! CHECKER Stack overflow unhandled
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/logs/
Dstyles.module.scss21 overflow: hidden;
28 overflow: auto;
/arkcompiler/ets_runtime/test/moduletest/proxyrelease/
Dexpect_output.txt14 RangeError: Stack overflow!
/arkcompiler/ets_runtime/test/aottest/exception_case13/
Dexpect_output.txt14 stack overflow
/arkcompiler/ets_runtime/test/moduletest/async/
Dexpect_output.txt24 RangeError: Stack overflow!
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/
Dunary_minus_onbound.sts19 desc: Unary minus operator (onbound) (these are special cases for numeric overflow behavior. Specia…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dbounds_analysis_overflow.sts16 //! CHECKER Check overflow check in BoundsAnalysis
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/mosaic/
Dstyles.module.scss55 overflow: auto;
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/
Dindex.css54 overflow: unset !important;
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dabsint_checks.md41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
/arkcompiler/runtime_core/static_core/tests/test-lists/hermes/
Dhermes-excluded.txt12 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/
Dregexp_parser.cpp718 bool overflow = false; in ParseDecimalDigits() local
723 if (!overflow) { in ParseDecimalDigits()
725 overflow = true; in ParseDecimalDigits()
732 if (overflow) { in ParseDecimalDigits()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp37 int overflow(int c) override in overflow() function in panda::ecmascript::NullStream::NullBuffer
/arkcompiler/runtime_core/libabckit/src/
Dlogger.h37 int overflow(int c) override in overflow() function
/arkcompiler/ets_frontend/ets2panda/linter/
DREADME.md55 To prevent command line buffer overflow, response file may be used. It is specified by adding `@` p…
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp724 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/
DTemplate.mjs144 // make sure zero is encoded as double to avoid deoptimization on overflow later

12