Lines Matching refs:Int32Equal
658 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_ARRAY_BUFFER)));
1005 inline GateRef StubBuilder::Int32Equal(GateRef x, GateRef y)
1007 return env_->GetBuilder()->Int32Equal(x, y);
1398 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::SYMBOL)));
1404 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_DATA_VIEW)));
1417 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::LINE_STRING)));
1423 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::SLICED_STRING)));
1429 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::CONSTANT_STRING)));
1450 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::BIGINT)));
1456 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_PROXY)));
1467 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::PROFILE_TYPE_INFO_CELL_0)));
1473 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_GLOBAL_OBJECT)));
1479 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::NATIVE_MODULE_FAILURE_INFO)));
1485 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_MODULE_NAMESPACE)));
1491 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::SOURCE_TEXT_MODULE_RECORD)));
1505 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_PRIMITIVE_REF)));
1511 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_ARRAY)));
1517 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_SHARED_ARRAY)));
1523 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::BYTE_ARRAY)));
1529 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_VECTOR)));
1535 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_STACK)));
1541 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_PLAIN_ARRAY)));
1547 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_QUEUE)));
1553 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_DEQUE)));
1559 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_LIGHT_WEIGHT_MAP)));
1565 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_LIGHT_WEIGHT_SET)));
1571 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::LINKED_NODE)));
1577 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_HASH_MAP)));
1583 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_HASH_SET)));
1589 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_LINKED_LIST)));
1595 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_LIST)));
1601 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_API_ARRAY_LIST)));
1607 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_COLLATOR)));
1614 .And(Int32Equal(GetObjectType(LoadHClass(obj)), Int32(static_cast<int32_t>(jsType))))
1621 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_REG_EXP)));
1741 return Int32Equal(GetObjectType(hClass),
1747 return Int32Equal(GetObjectType(hClass),
1753 return Int32Equal(GetObjectType(hClass),
1839 return Int32Equal(
1848 return Int32Equal(
1866 return Int32Equal(
1875 return Int32Equal(
1884 return Int32Equal(
1893 return Int32Equal(
1902 return Int32Equal(
1911 return Int32Equal(
2449 Int32Equal(jsType, Int32(static_cast<int32_t>(JSType::JS_API_ARRAY_LIST))),
2450 Int32Equal(jsType, Int32(static_cast<int32_t>(JSType::JS_API_VECTOR))));
2455 return Int32Equal(jsType, Int32(static_cast<int32_t>(JSType::JS_SHARED_ARRAY)));
2467 return Int32Equal(GetObjectType(LoadHClass(value)),
2846 return Int32Equal(rep, Int32(static_cast<int32_t>(Representation::INT)));
2851 return Int32Equal(rep, Int32(static_cast<int32_t>(Representation::DOUBLE)));
2885 return env_->Is32Bit() ? Int32Equal(x, y) : Int64Equal(x, y);
2915 return Int32Equal(Int32And(x,
3222 BRANCH(Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::PROFILE_TYPE_INFO_CELL_0))),
3232 BRANCH(Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::PROFILE_TYPE_INFO_CELL_1))),
3359 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_BOUND_FUNCTION)));
3419 GateRef left = Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::CLASS_CONSTRUCTOR)));
3420 GateRef right = Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::DERIVED_CONSTRUCTOR)));
3426 GateRef left = Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::ASYNC_GENERATOR_FUNCTION)));
3427 GateRef right = Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::GENERATOR_FUNCTION)));
3433 GateRef val = Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::BASE_CONSTRUCTOR)));
3439 return Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::BASE_CONSTRUCTOR)));
3749 BRANCH(Int32Equal(*bcOffset, traceId), &matchSuccess, &afterUpdate);