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.h541 auto builtinOp = TypedCallOperator(hirGate, MachineType::I64, inList, isSideEffect); in TypedCallBuiltin()
Dcircuit_builder.h544 …GateRef TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<GateRef>& inList, b…
Dmcr_circuit_builder.cpp629 GateRef CircuitBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<Gate… in TypedCallOperator() function in panda::ecmascript::kungfu::CircuitBuilder