Searched refs:ObjectTypeCompare (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_meta_data.h | 363 V(ObjectTypeCompare, OBJECT_TYPE_COMPARE, GateFlags::CHECKABLE, 1, 1, 2)
|
| D | circuit_builder.cpp | 155 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()
|
| D | circuit_builder.h | 262 GateRef ObjectTypeCompare(GateType type, bool isHeapObject, GateRef gate, GateRef hclassIndex);
|
| D | ts_hcr_lowering.cpp | 642 … GateRef compare = builder_.ObjectTypeCompare(type, isHeapObject, receiver, hclassIndexGate); in LowerNamedAccess()
|