Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/tests/
Dtlab_test.cpp69 bool overflow = false; in TEST_F() local
80 overflow = true; in TEST_F()
83 ASSERT_EQ(overflow, true) << "Increase the size of alloc_count to get overflow"; in TEST_F()
/ark/runtime_core/verification/
Dverification.yaml28 sign: Sign mismatch. Possible overflow/underflow issues and other quirks in data-flow.
30 sign_size: Sign and size mismatch. Possible overflow/underflow and truncation issues.
31 … precision: Precision mismatch. Possible overflow/underflow issues and other quirks in data-flow.
Dmessages.yaml379 with rounding/precision/signedness/overflow etc.
/ark/runtime_core/libpandabase/tests/
Dmemory_literals_test.cpp23 // Integer overflow checking for memory literals
/ark/ts2abc/ts2panda/tests/expression/
DnumericLiteral.test.ts56 it("Integer overflow", function () {
/ark/runtime_core/libpandabase/mem/
Dpool_map.h146 // Checking overflow in MapNumToAddr()
Dmem.h140 compile-time error in case of integer overflow
/ark/js_runtime/ecmascript/regexp/
Dregexp_parser.cpp154 LOG_ECMA(FATAL) << "value overflow"; in ParseUnlimitedLengthHexNumber()
614 bool overflow = false; in ParseDecimalDigits() local
619 if (!overflow) { in ParseDecimalDigits()
621 overflow = true; in ParseDecimalDigits()
628 if (overflow) { in ParseDecimalDigits()
/ark/runtime_core/runtime/mem/gc/
Dgc_trigger.cpp68 // Note: divide by 100 first to avoid overflow in ComputeNewTargetFootprint()
/ark/runtime_core/runtime/interpreter/
Dframe.h101 …// deoptimization, stack overflow may occur. This constrain may be removed once asm interpreter is…
/ark/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp163 // and plus one byte to make 8bit overflow in TEST()
370 // and plus one byte to make 16bit overflow in TEST()
483 // plus one to make 8bit overflow in JcmpFwd_V8_IMM16()
/ark/js_runtime/ecmascript/
Djs_thread.cpp158 … JSHandle<JSObject> error = factory->GetJSError(base::ErrorType::RANGE_ERROR, "Stack overflow!"); in DoStackOverflowCheck()
/ark/runtime_core/runtime/mem/refstorage/
Dreference_storage.cpp395 LOG(ERROR, RUNTIME) << "JNI ERROR (app bug): local reference storage overflow "; in DumpLocalRef()
Dglobal_object_storage.h226 … LOG(INFO, RUNTIME) << "Global reference storage almost overflow. now size: " << now_size in CheckAlmostOverflow()
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp457 // uint32_t maybe overflow with TaggedInt in GetValueFromBufferForInteger()
Dbuiltins_math.cpp399 // purposely ignoring overflow in Imul()
/ark/js_runtime/ecmascript/base/
Dnumber_helper.cpp222 // The maximum value to ensure that uint32_t will not overflow in StringToDoubleWithRadix()
/ark/js_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp3671 LOG(FATAL, INTERPRETER) << "opcode overflow"; in HandleOverflow()
Dinterpreter-inl.h3701 LOG(FATAL, INTERPRETER) << "opcode overflow"; in RunInternal()
/ark/ts2abc/test262/
Des2015_tests.txt2619 built-ins/Array/length/define-own-prop-length-overflow-order.js
4464 built-ins/Array/length/define-own-prop-length-overflow-realm.js
DCI_tests.txt1439 built-ins/Array/length/define-own-prop-length-overflow-realm.js