Searched refs:yType (Results 1 – 4 of 4) sorted by relevance
188 JSType yType = right.GetTaggedObject()->GetClass()->GetObjectType(); in EqualWithIC() local190 if (xType == yType) { in EqualWithIC()
240 JSType yType = y.GetTaggedValue().GetTaggedObject()->GetClass()->GetObjectType(); in Equal() local241 if (xType == yType) { in Equal()
895 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, GateType xType, GateType yType, GateTyp… in TypedBinaryOp() argument901 uint64_t operandTypes = GatePairTypeAccessor::ToValue(xType, yType); in TypedBinaryOp()
528 …inline GateRef TypedBinaryOp(GateRef x, GateRef y, GateType xType, GateType yType, GateType gateTy…