Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data.h314 V(TypedCall, TYPEDCALL, GateFlags::NONE_FLAG, 1, 1, value) \
Dcircuit_builder.cpp1245 GateRef CircuitBuilder::TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedCall() function in panda::ecmascript::kungfu::CircuitBuilder
1256 …auto callGate = GetCircuit()->NewGate(circuit_->TypedCall(bitfield, pcOffset, isNoGC), MachineType… in TypedCall()
Dcircuit_builder.h547 GateRef TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC);
Dts_hcr_lowering.cpp1146 GateRef result = builder_.TypedCall(gate, args, isNoGC); in LowerCall()