| /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/common_components/objects/string_table/ |
| D | hashtriemap-inl.h | 35 // 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/ |
| 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/ets_runtime/test/moduletest/proxyrelease/ |
| D | proxyrelease.js | 23 // This case aims to test if there's stack-overflow checking in RuntimeOptConstructProxy 36 assert_equal(error.message, "Stack overflow!");
|
| D | expect_output.txt | 14 RangeError: Stack overflow!
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | stack_overflow.pa | 14 #! CHECKER Stack overflow 48 #! CHECKER Stack overflow unhandled
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | ir_static_instr_1.cpp | 97 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/ |
| 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/plugins/ets/tests/debugger/src/tests/ |
| D | test_object_preview.py | 56 overflow=False, 71 overflow=False, 94 overflow=False,
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | stack_overflow.pa | 14 #! CHECKER Stack overflow 51 #! CHECKER Stack overflow unhandled
|
| /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/ets_frontend/ets2panda/test/runtime/ets/ |
| D | constructor-issue.ets | 27 …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/ |
| D | aarch64_cc.def | 24 CONDCODE(VS, 0x6) /* overflow */ 25 CONDCODE(VC, 0x7) /* no overflow */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/logs/ |
| D | styles.module.scss | 21 overflow: hidden; 28 overflow: auto;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_circuit_builder.cpp | 272 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/ |
| D | styles.module.scss | 29 overflow: visible; 58 overflow: auto;
|
| /arkcompiler/runtime_core/static_core/docs/images/ |
| D | arkts-debugger-expression-evaluation.svg | 4 …overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
|
| /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/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/proxyget/ |
| D | expect_output.txt | 17 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
|