| /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
|
| D | asmstackoverflow.js | 18 * @tc.desc:test stack overflow in asm 40 print("stack overflow!"); 233 print("callarg0_with_callthis stack overflow!") 248 print("callarg1_with_callthis stack overflow!") 263 print("callarg2_with_callthis stack overflow!") 278 print("callarg3_with_callthis stack overflow!") 293 print("callrange_with_callthis stack overflow!") 353 print("recursive stack overflow")
|
| /arkcompiler/ets_runtime/test/moduletest/stackoverflow/ |
| D | stackoverflow.js | 18 * @tc.desc:test stack overflow 27 print("stack overflow!"); 37 print("stack overflow!"); 61 print("stack overflow success");
|
| D | expect_output.txt | 14 stack overflow! 16 stack overflow success
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/ |
| D | TabPaneApSummary.html.js | 45 overflow: hidden; 50 overflow-y: hidden; 63 overflow: hidden; 69 overflow-x: auto; 88 …<div id="tab-summary" style="overflow: auto;display: grid; grid-template-columns: 40% 15% 15% 15% …
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/search/ |
| D | Search.html.js | 28 overflow: hidden; 89 overflow: hidden; 91 text-overflow: ellipsis; 115 overflow-y: auto; 123 overflow: hidden; 125 text-overflow: ellipsis;
|
| /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 238 // 0x80000000: amd64 overflow return value in DoubleToInt() 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() [all …]
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | infer_flags.cpp | 38 // Check overflow for simple recurrence like: in CanOverflow() 50 // Check actual overflow in CanOverflow() 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/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/tests/checked/ |
| D | stack_overflow.pa | 14 #! CHECKER Stack overflow 48 #! CHECKER Stack overflow unhandled
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | shared_reference.cpp | 40 INTEROP_LOG(ERROR) << "REFERENCE STORAGE OVERFLOW"; in InitETSObject() 41 ctx->ThrowJSError(env, "ets refstor overflow"); in InitETSObject() 87 INTEROP_LOG(ERROR) << "REFERENCE STORAGE OVERFLOW"; in InitHybridObject() 88 ctx->ThrowJSError(env, "ets refstor overflow"); in InitHybridObject()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | binary_buffer_parser.cpp | 27 LOG_FULL(FATAL) << "parse buffer error, length is 0 or overflow"; in ParseBuffer() 44 LOG_FULL(FATAL) << "parse buffer error, length is 0 or overflow"; in ParseBuffer()
|
| /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/runtime_core/static_core/verification/ |
| D | verification.yaml | 31 sign: Sign mismatch. Possible overflow/underflow issues and other quirks in data-flow. 33 sign_size: Sign and size mismatch. Possible overflow/underflow and truncation issues. 34 … precision: Precision mismatch. Possible overflow/underflow issues and other quirks in data-flow.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | mpl_int_val.cpp | 24 …UG_ASSERT(!sign || (!IsMinValue() || !divisor.AreAllBitsOne()), "minValue / -1 leads to overflow"); in operator /() 40 …UG_ASSERT(!sign || (!IsMinValue() || !divisor.AreAllBitsOne()), "minValue % -1 leads to overflow"); in operator %()
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/ |
| D | index.html | 17 overflow: hidden;
|
| /arkcompiler/ets_runtime/test/aottest/exception_case13/ |
| D | expect_output.txt | 14 stack overflow
|
| D | exception_case13.ts | 18 print("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/libpandabase/tests/ |
| D | memory_literals_test.cpp | 23 // Integer overflow checking for memory literals
|
| /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/libpandabase/tests/ |
| D | memory_literals_test.cpp | 23 // Integer overflow checking for memory literals
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | bounds_analysis_overflow.sts | 16 //! CHECKER Check overflow check in BoundsAnalysis
|