Searched defs:argsFastCall (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.cpp | 98 void CallCoStubBuilder::PrepareArgs(std::vector<GateRef> &args, std::vector<GateRef> &argsFastCall) in PrepareArgs() 294 … const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, in LowerFastCall() 419 std::vector<GateRef> argsFastCall = {}; in CallStubDispatch() local
|
| D | typed_bytecode_lowering.cpp | 2098 const std::vector<GateRef> &argsFastCall, bool isNoGC) in LowerFastCall() 2151 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckThisCallTargetAndLowerCall() 2172 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, bool isNoGC) in CheckCallTargetFromDefineFuncAndLowerCall() 2212 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, in ConvertCallTargetCheckToHeapConstantCheckAndLowerCall() 2253 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckCallTargetAndLowerCall() 2358 std::vector<GateRef> argsFastCall { glue_, func, thisObj}; in LowerTypedCall() local 2538 std::vector<GateRef> argsFastCall { glue_, func, thisObj}; in LowerTypedThisCall() local
|
| D | slowpath_lowering.cpp | 198 const std::vector<GateRef> &argsFastCall) in LowerToJSCall() 2214 std::vector<GateRef> argsFastCall { glue_, super, thisObj }; in GenerateSuperCallForwardAllArgsWithoutArgv() local 2275 std::vector<GateRef> argsFastCall {glue_, ctor, thisObj}; in LowerNewObjRange() local 2318 … const std::vector<GateRef> &argsFastCall, Variable *result, Label *exit) in SelectFastNew() 3601 std::vector<GateRef> argsFastCall(num - 3); // 3: skip argc argv newtarget in LowerConstruct() local 3636 std::vector<GateRef> argsFastCall(num - 3); // 3:skip argc argv newtarget in LowerCallInternal() local 3664 std::vector<GateRef> argsFastCall(num - 3); // 3:skip argc argv newtarget in LowerCallNew() local 3718 … const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, in LowerNewFastCall()
|