Home
last modified time | relevance | path

Searched defs:xType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h41 auto xType = acc_.GetMachineType(x); in Equal() local
61 auto xType = acc_.GetMachineType(x); in NotEqual() local
664 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, GateType xType, GateType yType, GateTyp… in TypedBinaryOp()
677 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, GateType xType, GateType gateType) in TypedUnaryOp()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_compare_op.cpp187 JSType xType = left.GetTaggedObject()->GetClass()->GetObjectType(); in EqualWithIC() local
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp236 JSType xType = x.GetTaggedValue().GetTaggedObject()->GetClass()->GetObjectType(); in Equal() local