Home
last modified time | relevance | path

Searched refs:xType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.h322 auto xType = acc_.GetMachineType(x); in Equal() local
323 switch (xType) { in Equal()
343 auto xType = acc_.GetMachineType(x); in NotEqual() local
344 switch (xType) { in NotEqual()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_compare_op.cpp179 JSType xType = left.GetTaggedObject()->GetClass()->GetObjectType(); in EqualWithIC() local
182 if (xType == yType) { in EqualWithIC()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value.cpp559 JSType xType = x.GetTaggedValue().GetTaggedObject()->GetClass()->GetObjectType(); in EqualHeapObject() local
561 if (xType == yType) { in EqualHeapObject()

Completed in 5 milliseconds