Lines Matching refs:Int32Equal

185     return BitOr(Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::COW_TAGGED_ARRAY))),
186 Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::COW_MUTANT_TAGGED_ARRAY))));
192 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::TAGGED_ARRAY)));
197 return BitOr(Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::MUTANT_TAGGED_ARRAY))),
198 Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::COW_MUTANT_TAGGED_ARRAY))));
460 return Int32Equal(GetObjectType(LoadHClass(accessor)),
528 return Int32Equal(
537 return Int32Equal(
769 result = Int32Equal(objectType, Int32(static_cast<int32_t>(jsType)));
1028 GateRef kindIsInt = Int32Equal(kind, Int32(static_cast<uint32_t>(ElementsKind::INT)));
1029 GateRef kindIsHoleInt = Int32Equal(kind, Int32(static_cast<uint32_t>(ElementsKind::HOLE_INT)));
1035 GateRef kindIsNum = Int32Equal(kind, Int32(static_cast<uint32_t>(ElementsKind::NUMBER)));
1036 GateRef kindIsHoleNum = Int32Equal(kind, Int32(static_cast<uint32_t>(ElementsKind::HOLE_NUMBER)));
1421 BRANCH_CIR2(Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::PROFILE_TYPE_INFO_CELL_0))),
1431 BRANCH_CIR2(Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::PROFILE_TYPE_INFO_CELL_1))),
1479 BRANCH_CIR2(Int32Equal(len, Int32(0)), &returnFalse, &returnTrue);
1486 BRANCH_CIR2(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue);
1491 BRANCH_CIR2(Int32Equal(data0, Int32(0)), &returnFalse, &returnTrue);
1501 BRANCH_CIR2(Int32Equal(intValue, Int32(0)), &returnFalse, &returnTrue);