Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data.h363 V(ObjectTypeCompare, OBJECT_TYPE_COMPARE, GateFlags::CHECKABLE, 1, 1, 2)
Dcircuit_builder.cpp155 GateRef CircuitBuilder::ObjectTypeCompare(GateType type, bool isHeapObject, GateRef gate, GateRef h… in ObjectTypeCompare() function in panda::ecmascript::kungfu::CircuitBuilder
162 …GateRef ret = GetCircuit()->NewGate(circuit_->ObjectTypeCompare(accessor.ToValue()), MachineType::… in ObjectTypeCompare()
Dcircuit_builder.h262 GateRef ObjectTypeCompare(GateType type, bool isHeapObject, GateRef gate, GateRef hclassIndex);
Dts_hcr_lowering.cpp642 … GateRef compare = builder_.ObjectTypeCompare(type, isHeapObject, receiver, hclassIndexGate); in LowerNamedAccess()