Searched full:overflow (Results 1 – 21 of 21) sorted by relevance
69 bool overflow = false; in TEST_F() local80 overflow = true; in TEST_F()83 ASSERT_EQ(overflow, true) << "Increase the size of alloc_count to get overflow"; in TEST_F()
28 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.
379 with rounding/precision/signedness/overflow etc.
23 // Integer overflow checking for memory literals
56 it("Integer overflow", function () {
146 // Checking overflow in MapNumToAddr()
140 compile-time error in case of integer overflow
154 LOG_ECMA(FATAL) << "value overflow"; in ParseUnlimitedLengthHexNumber()614 bool overflow = false; in ParseDecimalDigits() local619 if (!overflow) { in ParseDecimalDigits()621 overflow = true; in ParseDecimalDigits()628 if (overflow) { in ParseDecimalDigits()
68 // Note: divide by 100 first to avoid overflow in ComputeNewTargetFootprint()
101 …// deoptimization, stack overflow may occur. This constrain may be removed once asm interpreter is…
163 // 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()
158 … JSHandle<JSObject> error = factory->GetJSError(base::ErrorType::RANGE_ERROR, "Stack overflow!"); in DoStackOverflowCheck()
395 LOG(ERROR, RUNTIME) << "JNI ERROR (app bug): local reference storage overflow "; in DumpLocalRef()
226 … LOG(INFO, RUNTIME) << "Global reference storage almost overflow. now size: " << now_size in CheckAlmostOverflow()
457 // uint32_t maybe overflow with TaggedInt in GetValueFromBufferForInteger()
399 // purposely ignoring overflow in Imul()
222 // The maximum value to ensure that uint32_t will not overflow in StringToDoubleWithRadix()
3671 LOG(FATAL, INTERPRETER) << "opcode overflow"; in HandleOverflow()
3701 LOG(FATAL, INTERPRETER) << "opcode overflow"; in RunInternal()
2619 built-ins/Array/length/define-own-prop-length-overflow-order.js4464 built-ins/Array/length/define-own-prop-length-overflow-realm.js
1439 built-ins/Array/length/define-own-prop-length-overflow-realm.js