Searched refs:TypedCall (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | gate_meta_data.h | 314 V(TypedCall, TYPEDCALL, GateFlags::NONE_FLAG, 1, 1, value) \
|
D | circuit_builder.cpp | 1245 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()
|
D | circuit_builder.h | 547 GateRef TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC);
|
D | ts_hcr_lowering.cpp | 1146 GateRef result = builder_.TypedCall(gate, args, isNoGC); in LowerCall()
|