Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h1192 …auto numberMathOp = TypedCallOperator(hirGate, MachineType::I64, {currentControl, currentDepend, x… in TypedCallBuiltin()
1205 auto numberMathOp = TypedCallOperator(hirGate, MachineType::I64, in TypedCallThis3Builtin()
Dcircuit_builder.h273 …GateRef TypedCallOperator(GateRef hirGate, MachineType type, const std::initializer_list<GateRef>&…
Dcircuit_builder.cpp574 GateRef CircuitBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::initializer… in TypedCallOperator() function in panda::ecmascript::kungfu::CircuitBuilder