Home
last modified time | relevance | path

Searched refs:TypedCallOperator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.h517 auto builtinOp = TypedCallOperator(hirGate, MachineType::I64, inList); in TypedCallBuiltin()
Dcircuit_builder.h475 … GateRef TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<GateRef>& inList);
Dmcr_circuit_builder.cpp525 GateRef CircuitBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<Gate… in TypedCallOperator() function in panda::ecmascript::kungfu::CircuitBuilder