Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h65 V(TypedFastCall, TYPEDFASTCALL, GateFlags::HAS_FRAME_STATE, 1, 1, value)
Dmcr_circuit_builder.cpp851 GateRef CircuitBuilder::TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedFastCall() function in panda::ecmascript::kungfu::CircuitBuilder
863 …auto callGate = GetCircuit()->NewGate(circuit_->TypedFastCall(bitfield, pcOffset, isNoGC), Machine… in TypedFastCall()
Dcircuit_builder.h557 GateRef TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC);
Dtyped_bytecode_lowering.cpp1322 GateRef result = builder_.TypedFastCall(gate, argsFastCall, isNoGC); in LowerFastCall()