Searched refs:TypedFastCall (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_opcodes.h | 65 V(TypedFastCall, TYPEDFASTCALL, GateFlags::HAS_FRAME_STATE, 1, 1, value)
|
| D | mcr_circuit_builder.cpp | 851 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()
|
| D | circuit_builder.h | 557 GateRef TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC);
|
| D | typed_bytecode_lowering.cpp | 1322 GateRef result = builder_.TypedFastCall(gate, argsFastCall, isNoGC); in LowerFastCall()
|