Home
last modified time | relevance | path

Searched full:overflow (Results 1 – 25 of 190) sorted by relevance

12345678

/arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/
Dexpect_output.txt15 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
Dasmstackoverflow.js18 * @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/
Dstackoverflow.js18 * @tc.desc:test stack overflow
27 print("stack overflow!");
37 print("stack overflow!");
61 print("stack overflow success");
Dexpect_output.txt14 stack overflow!
16 stack overflow success
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/
DTabPaneApSummary.html.js45 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/
DSearch.html.js28 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/
Dlcr_circuit_builder.cpp202 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/
Dinfer_flags.cpp38 // 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/
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/tests/checked/
Dstack_overflow.pa14 #! CHECKER Stack overflow
48 #! CHECKER Stack overflow unhandled
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dshared_reference.cpp40 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/
Dbinary_buffer_parser.cpp27 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/
Dstack_overflow.pa14 #! CHECKER Stack overflow
51 #! CHECKER Stack overflow unhandled
/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/verification/
Dverification.yaml31 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/
Dmpl_int_val.cpp24 …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/
Dindex.html17 overflow: hidden;
/arkcompiler/ets_runtime/test/aottest/exception_case13/
Dexpect_output.txt14 stack overflow
Dexception_case13.ts18 print("stack overflow");
/arkcompiler/ets_runtime/test/moduletest/throwerror/
Dexpect_output.txt18 RangeError: Stack overflow!
/arkcompiler/ets_runtime/test/moduletest/async/
Dexpect_output.txt24 RangeError: Stack overflow!
/arkcompiler/runtime_core/libpandabase/tests/
Dmemory_literals_test.cpp23 // Integer overflow checking for memory literals
/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/libpandabase/tests/
Dmemory_literals_test.cpp23 // Integer overflow checking for memory literals
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dbounds_analysis_overflow.sts16 //! CHECKER Check overflow check in BoundsAnalysis

12345678