Lines Matching +full:0 +full:x1f
93 …if (((doubleBase == 0) && ((bit_cast<uint64_t>(doubleBase)) & base::DOUBLE_SIGN_MASK) == base::DOU… in RuntimeExp()
96 if (doubleExponent > 0) { in RuntimeExp()
99 if (doubleExponent < 0) { in RuntimeExp()
242 for (uint32_t i = 0; i < length; ++i) { in RuntimeNewObjApply()
353 for (uint32_t i = 0; i < keysLen; i++) { in RuntimeCopyDataProperties()
378 for (uint32_t i = 0; i < strLen; i++) { in RuntimeStArraySpread()
428 …EcmaRuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, method, obj, undefined, 0); in RuntimeGetIteratorNext()
659 if (intValue == 0) { in RuntimeNeg()
884 if (icSlotSize == 0) { in RuntimeNotifyInlineCache()
1159 …RuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, valuesFunc, obj, undefined, 0); in RuntimeGetIterator()
1324 CString dirPathStr = filename.substr(0, foundPos + 1); in RuntimeDynamicImport()
1346 argv->Set(thread, 0, promiseCapability->GetResolve()); in RuntimeDynamicImport()
1470 …static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-number… in RuntimeShl2()
1496 …uint32_t shift = static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readabil… in RuntimeShr2()
1562 if (dRight == 0) { in RuntimeDiv2()
1563 if (dLeft == 0 || std::isnan(dLeft)) { in RuntimeDiv2()
1623 …uint32_t shift = static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readabil… in RuntimeAshr2()
1742 for (uint32_t i = 0; i < actualNumArgs; ++i) { in RuntimeGetUnmapedArgs()
1755 for (uint32_t i = 0; i < restNumArgs; ++i) { in RuntimeCopyRestArgs()
1801 for (uint16_t i = 0; i < length; ++i) { in RuntimeNewObjRange()
1869 if (index == 0 && (thisValue.IsUndefined() || thisValue.IsHole())) { in RuntimeThrowIfSuperNotCorrectCall()
1901 uint32_t numExcludedKeys = 0; in RuntimeCreateObjectWithExcludedKeys()
1907 excludedKeys->Set(thread, 0, excludedKey); in RuntimeCreateObjectWithExcludedKeys()
1917 for (uint32_t i = 0; i < numAllKeys; i++) { in RuntimeCreateObjectWithExcludedKeys()
1920 for (uint32_t j = 0; j < numExcludedKeys; j++) { in RuntimeCreateObjectWithExcludedKeys()
2036 for (size_t i = 0; i < length; ++i) { in RuntimeSuperCall()
2053 JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); in RuntimeOptSuperCall()
2061 for (size_t i = 0; i < length; ++i) { in RuntimeOptSuperCall()
2087 size_t argvIndex = 0; in RuntimeGetCallSpreadArgs()
2136 int idx = 0; in RuntimeOptGetUnmapedArgs()
2159 // 5. Let index be 0. in RuntimeGetUnmapedJSArgumentObj()
2201 uint32_t actualRestNum = 0; in RuntimeOptCopyRestArgs()
2208 int idx = 0; in RuntimeOptCopyRestArgs()
2301 …uint32_t preArgsSize = preArgs->IsUndefined() ? 0 : JSHandle<TaggedArray>::Cast(preArgs)->GetLengt… in RuntimeOptConstructProxy()
2305 if (preArgsSize > 0) { in RuntimeOptConstructProxy()
2307 for (uint32_t i = 0; i < preArgsSize; ++i) { in RuntimeOptConstructProxy()
2313 for (uint32_t i = 0; i < argsCount; ++i) { in RuntimeOptConstructProxy()
2372 …uint32_t preArgsSize = preArgs->IsUndefined() ? 0 : JSHandle<TaggedArray>::Cast(preArgs)->GetLengt… in RuntimeOptConstructGeneric()
2387 if (preArgsSize > 0) { in RuntimeOptConstructGeneric()
2389 for (uint32_t i = 0; i < preArgsSize; ++i) { in RuntimeOptConstructGeneric()
2393 for (uint32_t i = 0; i < argsCount; ++i) { in RuntimeOptConstructGeneric()
2397 for (uint32_t i = 0; i < argsCount; ++i) { in RuntimeOptConstructGeneric()
2430 JSHandle<JSTaggedValue> ctor = GetHArg<JSTaggedValue>(argv, argc, 0); in RuntimeOptNewObjRange()
2435 for (size_t i = 0; i < arrLength; ++i) { in RuntimeOptNewObjRange()
2462 ASSERT(elementsLiteral->GetLength() > 0); in RuntimeOptGenerateScopeInfo()