Home
last modified time | relevance | path

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

123456789

/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/common_components/objects/string_table/
Dhashtriemap-inl.h35 // Store the old entry in the overflow list of the new entry, and then store in Expand()
37 newEntry->Overflow().store(oldEntry, std::memory_order_release); in Expand()
96 currentEntry = currentEntry->Overflow().load(std::memory_order_acquire)) { in Load()
150 // Entry, Search in overflow in LoadOrStore()
157 currentEntry = currentEntry->Overflow().load(std::memory_order_acquire)) { in LoadOrStore()
209 currentEntry = currentEntry->Overflow().load(std::memory_order_acquire)) { in LoadOrStore()
278 // Entry, Search in overflow in LoadOrStoreForJit()
285 currentEntry = currentEntry->Overflow().load(std::memory_order_acquire)) { in LoadOrStoreForJit()
324 currentEntry = currentEntry->Overflow().load(std::memory_order_acquire)) { in LoadOrStoreForJit()
395 // Entry, Search in overflow in StoreOrLoad()
[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/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/runtime_core/static_core/tests/checked/
Dstack_overflow.pa14 #! CHECKER Stack overflow
48 #! CHECKER Stack overflow unhandled
/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/plugins/ets/tests/debugger/src/tests/
Dtest_object_preview.py56 overflow=False,
71 overflow=False,
94 overflow=False,
/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_frontend/ets2panda/test/runtime/ets/
Dconstructor-issue.ets27 …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/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/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.cpp272 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/runtime_core/static_core/plugins/ets/playground/frontend/src/components/mosaic/
Dstyles.module.scss29 overflow: visible;
58 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/proxyget/
Dexpect_output.txt17 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

123456789