Home
last modified time | relevance | path

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

12345678

/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/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/ets_runtime/test/moduletest/proxyrelease/
Dproxyrelease.js23 // This case aims to test if there's stack-overflow checking in RuntimeOptConstructProxy
36 assert_equal(error.message, "Stack overflow!");
Dexpect_output.txt14 RangeError: Stack overflow!
/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()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static_instr_1.cpp97 LIBABCKIT_LOG(DEBUG) << "Immediate type overflow\n"; in IcreateDynNewobjrangeStatic()
110 LIBABCKIT_LOG(DEBUG) << "Immediate type overflow\n"; in IcreateDynDefinefuncStatic()
364 LIBABCKIT_LOG(DEBUG) << "Immediate type overflow\n"; in IcreateDynThrowIfsupernotcorrectcallStatic()
383 LIBABCKIT_LOG(DEBUG) << "Immediate type overflow\n"; in IcreateDynCallruntimeCreateprivatepropertyStatic()
398 LIBABCKIT_LOG(DEBUG) << "Immediate type overflow\n"; in IcreateDynDefineclasswithbufferStatic()
416 LIBABCKIT_LOG(DEBUG) << "Immediate type overflow\n"; in IcreateDynCallruntimeDefinesendableclassStatic()
551 LIBABCKIT_LOG(DEBUG) << "Immediate type overflow\n"; in IcreateDynStownbyindexStatic()
565 LIBABCKIT_LOG(DEBUG) << "Immediate type overflow\n"; in IcreateDynWideStownbyindexStatic()
611 LIBABCKIT_LOG(DEBUG) << "Immediate type overflow\n"; in IcreateDynStobjbyindexStatic()
624 LIBABCKIT_LOG(DEBUG) << "Immediate type overflow\n"; in IcreateDynWideStobjbyindexStatic()
[all …]
/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/tests/debugger/src/tests/
Dtest_object_preview.py52 overflow=False,
67 overflow=False,
90 overflow=False,
/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/runtime_core/tests/checked/
Dstack_overflow.pa14 #! CHECKER Stack overflow
51 #! CHECKER Stack overflow unhandled
/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/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/plugins/ets/playground/frontend/src/pages/logs/
Dstyles.module.scss21 overflow: hidden;
28 overflow: auto;
/arkcompiler/runtime_core/static_core/docs/images/
Darkts-debugger-expression-evaluation.svg4overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
/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/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/async/
Dexpect_output.txt24 RangeError: Stack overflow!
/arkcompiler/runtime_core/libpandabase/tests/
Dmemory_literals_test.cpp23 // Integer overflow checking for memory literals
/arkcompiler/ets_runtime/test/moduletest/datetimezone/
Ddatetimezone.js21 // This case aims to check stack overflow while timeZone is a long string
/arkcompiler/runtime_core/libabckit/include/c/isa/
Disa_dynamic.h588 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is `imm0` or `imm1` type overflow.
607 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is `imm0` or `imm1` type overflow.
625 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is `imm0` or `imm1` type overflow.
738 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is `imm0` type overflow.
760 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is `imm0` type overflow.
818 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is `argCount` type overflow.
833 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is `argCount` type overflow.
846 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is `imm0` type overflow.
859 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is `imm0` type overflow.
875 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is `imm0` type overflow.
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmemory_literals_test.cpp23 // Integer overflow checking for memory literals

12345678