Home
last modified time | relevance | path

Searched defs:argsFastCall (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.cpp83 void CallCoStubBuilder::PrepareArgs(std::vector<GateRef> &args, std::vector<GateRef> &argsFastCall) in PrepareArgs()
125 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, in LowerFastCall()
237 std::vector<GateRef> argsFastCall = {}; in CallStubDispatch() local
Dtyped_bytecode_lowering.cpp1741 const std::vector<GateRef> &argsFastCall, bool isNoGC) in LowerFastCall()
1794 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckThisCallTargetAndLowerCall()
1810 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, bool isNoGC) in CheckCallTargetFromDefineFuncAndLowerCall()
1845 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckCallTargetAndLowerCall()
1937 std::vector<GateRef> argsFastCall { glue_, func, thisObj}; in LowerTypedCall() local
2115 std::vector<GateRef> argsFastCall { glue_, func, thisObj}; in LowerTypedThisCall() local
Dslowpath_lowering.cpp139 const std::vector<GateRef> &argsFastCall) in LowerToJSCall()
2005 std::vector<GateRef> argsFastCall { glue_, super, thisObj }; in GenerateSuperCallForwardAllArgsWithoutArgv() local
2061 std::vector<GateRef> argsFastCall{glue_, ctor, thisObj}; in LowerNewObjRange() local
3221 std::vector<GateRef> argsFastCall(num - 3); // 3: skip argc argv newtarget in LowerConstruct() local
3250 std::vector<GateRef> argsFastCall(num - 3); // 3:skip argc argv newtarget in LowerCallInternal() local
3276 std::vector<GateRef> argsFastCall(num - 3); // 3:skip argc argv newtarget in LowerCallNew() local
3297 const std::vector<GateRef> &argsFastCall, Variable *result, Label *exit) in LowerNewFastCall()