Searched defs:argsFastCall (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | typed_bytecode_lowering.cpp | 1669 LowerFastCall(GateRef gate, GateRef func, const std::vector<GateRef> &argsFastCall, bool isNoGC) LowerFastCall() argument 1720 CheckThisCallTargetAndLowerCall(const TypeAccessor &tacc, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) CheckThisCallTargetAndLowerCall() argument 1736 CheckCallTargetFromDefineFuncAndLowerCall(const TypeAccessor &tacc, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, bool isNoGC) CheckCallTargetFromDefineFuncAndLowerCall() argument 1768 CheckCallTargetAndLowerCall(const TypeAccessor &tacc, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) CheckCallTargetAndLowerCall() argument [all...] |
H A D | slowpath_lowering.cpp | 141 LowerToJSCall(GateRef hirGate, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) LowerToJSCall() argument 3406 LowerNewFastCall(GateRef gate, GateRef glue, GateRef func, bool needPushArgv, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, Variable *result, Label *exit) LowerNewFastCall() argument 3471 LowerFastCall(GateRef gate, GateRef glue, GateRef func, GateRef argc, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, Variable *result, Label *exit, bool isNew) LowerFastCall() argument [all...] |
Completed in 11 milliseconds