Home
last modified time | relevance | path

Searched refs:yType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_compare_op.cpp188 JSType yType = right.GetTaggedObject()->GetClass()->GetObjectType(); in EqualWithIC() local
190 if (xType == yType) { in EqualWithIC()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp240 JSType yType = y.GetTaggedValue().GetTaggedObject()->GetClass()->GetObjectType(); in Equal() local
241 if (xType == yType) { in Equal()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h895 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, GateType xType, GateType yType, GateTyp… in TypedBinaryOp() argument
901 uint64_t operandTypes = GatePairTypeAccessor::ToValue(xType, yType); in TypedBinaryOp()
Dcircuit_builder.h528 …inline GateRef TypedBinaryOp(GateRef x, GateRef y, GateType xType, GateType yType, GateType gateTy…