Lines Matching refs:Int32Equal

124     BRANCH_UNLIKELY(Int32Equal(Int32(ThreadFlag::SUSPEND_REQUEST), CheckSuspend(glue)), &needSuspend, &loopEnd);
354 BRANCH(Int32Equal(index, Int32(PropertiesCache::NOT_FOUND)), &notFind, &find);
358 BRANCH(Int32Equal(*result, Int32(PropertiesCache::NOT_FOUND)), &exit, &setCache);
482 BRANCH(Int32Equal(GetKeyHashCode(glue, *currentKey, hir), keyHash), &hashEqual,
520 BRANCH(Int32Equal(GetKeyHashCode(glue, *currentKey, hir), keyHash), &hashEqual, &exit);
766 BRANCH(Int32Equal(index, GetInt32OfTInt(element)), &isMatch, &notMatch);
888 return BitAnd(Equal(element, key), Int32Equal(metaData, attr));
1484 BRANCH(Int32Equal(*length, Int32(0)), &lenIsZero, &lenNotZero);
1544 BRANCH(Int32Equal(*length, outProps), &isArrayFull, &arrayNotFull);
2086 result = Int32Equal(GetObjectType(LoadHClass(obj)),
2108 result = Int32Equal(type, Int32(static_cast<int32_t>(JSType::PROPERTY_BOX)));
2129 result = BitOr(Int32Equal(type, Int32(static_cast<int32_t>(JSType::ACCESSOR_DATA))),
2130 Int32Equal(type, Int32(static_cast<int32_t>(JSType::INTERNAL_ACCESSOR))));
2143 return Int32Equal(
2152 return Int32Equal(
2204 BRANCH(Int32Equal(len, Int32(0)), &exit, &greatThanZero);
2226 BRANCH(Int32Equal(*c, Int32('0')), &isDigitZero, &notDigitZero);
2230 BRANCH(Int32Equal(len, Int32(1)), &lengthIsOne, &exit);
3122 BRANCH(Int32Equal(capacity, Int32(0)), &capacityIsZero, &capacityNotZero);
3302 BRANCH(Int32Equal(jsType, Int32(static_cast<int32_t>(JSType::JS_TYPED_ARRAY))), &exit, &notTypedArrayProto);
3779 BRANCH(Int32Equal(elementsKind, Int32(static_cast<int32_t>(ElementsKind::GENERIC))), &exit, &isNoneDefault);
3786 BRANCH(Int32Equal(elementsKind, newKind), &exit, &change);
4176 BRANCH(Int32Equal(metaData, cachedMetaData), &isMatch, &exit);
4246 BRANCH(Int32Equal(jsType, Int32(static_cast<int32_t>(JSType::JS_TYPED_ARRAY))), &exit, &notTypedArrayProto);
4457 BRANCH(Int32Equal(jsType, Int32(static_cast<int32_t>(JSType::JS_TYPED_ARRAY))), &exit, &notTypedArrayProto);
4734 GateRef checkReceiverHoleEntry = Int32Equal(*receiverHoleEntry, Int32(-1));
5014 GateRef checkReceiverHoleEntry = Int32Equal(*receiverHoleEntry, Int32(-1));
6376 BRANCH(Int32Equal(GetLengthFromString(left), GetLengthFromString(right)), &lenEqualOneCheck, &exit);
6378 BRANCH(Int32Equal(GetLengthFromString(left), Int32(1)), &lenIsOne, &hashcodeCompare);
6766 BRANCH(Int32Equal(len, Int32(0)), &returnFalse, &returnTrue);
6773 BRANCH(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue);
6778 BRANCH(Int32Equal(data0, Int32(0)), &returnFalse, &returnTrue);
6788 BRANCH(Int32Equal(intValue, Int32(0)), &returnFalse, &returnTrue);
6865 Branch(Int32Equal(len, Int32(0)), &returnFalse, &returnTrue);
6872 Branch(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue);
6877 Branch(Int32Equal(data0, Int32(0)), &returnFalse, &returnTrue);
6887 Branch(Int32Equal(intValue, Int32(0)), &returnFalse, &returnTrue);
6984 BRANCH(Int32Equal(len, Int32(0)), &returnFalse, &returnTrue);
6991 BRANCH(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue);
6996 BRANCH(Int32Equal(data0, Int32(0)), &returnFalse, &returnTrue);
7007 BRANCH(Int32Equal(intValue, Int32(0)), &returnFalse, &returnTrue);
7104 Branch(Int32Equal(len, Int32(0)), &returnFalse, &returnTrue);
7111 Branch(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue);
7116 Branch(Int32Equal(data0, Int32(0)), &returnFalse, &returnTrue);
7127 Branch(Int32Equal(intValue, Int32(0)), &returnFalse, &returnTrue);
7509 BRANCH(Int32Equal(res, Int32(0)), &resultIsZero, &returnResult);
7553 BRANCH(Int32Equal(intRight, Int32(0)), bailout, &rightIsNotZero);
7555 BRANCH(Int32Equal(intLeft, Int32(INT_MIN)), &leftIsIntMin, &leftAndRightIsNotBoundary);
7557 BRANCH(Int32Equal(intRight, Int32(-1)), bailout, &leftAndRightIsNotBoundary);
7562 BRANCH(Int32Equal(intLeft, Int32(0)), &leftIsZero, &leftIsNotZero);
8272 BRANCH(Int32Equal(kind, Int32(static_cast<int32_t>(EnumCacheKind::SIMPLE))),
8279 BRANCH(Int32Equal(kind, Int32(static_cast<int32_t>(EnumCacheKind::PROTOCHAIN))),
8309 BRANCH(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit);
8412 BRANCH(Int32Equal(**res, Int32(0)), &calcHash, exit);
8564 BRANCH(Int32Equal(len, Int32(0)), &exit, &greatThanZero);
8581 BRANCH(Int32Equal(*c, Int32('0')), &isDigitZero, &notDigitZero);
8585 BRANCH(Int32Equal(len, Int32(1)), &lengthIsOne, &exit);
8622 BRANCH(Int32Equal(*c, Int32('.')), &hasPoint, &exit);
8646 BRANCH(Int32Equal(*c, Int32('-')), &isNegative, &exit);
8699 BRANCH(Int32Equal(index, Int32(-2)), &returnNull, &exit); // -2:equal -2 means should goto slow path
8760 BRANCH(Int32Equal(index, Int32(-2)), &returnNull, &exit); // -2:equal -2 means should goto slow path
9143 .And(Int32Equal(GetObjectType(LoadHClass(itor)), Int32(static_cast<int32_t>(JSType::JS_ARRAY_ITERATOR))))
9713 .Or(Int32Equal(oldKind, newKind))
9714 .Or(BitAnd(Int32Equal(oldKind, Int32(static_cast<uint32_t>(ElementsKind::INT))),
9715 Int32Equal(newKind, Int32(static_cast<uint32_t>(ElementsKind::HOLE_INT)))))
9716 .Or(BitAnd(Int32Equal(oldKind, Int32(static_cast<uint32_t>(ElementsKind::NUMBER))),
9717 Int32Equal(newKind, Int32(static_cast<uint32_t>(ElementsKind::HOLE_NUMBER)))))
10285 BRANCH(Int32Equal(jitHotnessThreshold, Int32(ProfileTypeInfo::JIT_DISABLE_FLAG)), &exitPoint, &hasNotDisable);