Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp1660 const std::vector<GateRef> &argsFastCall, bool isNoGC) in LowerFastCall()
1711 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckThisCallTargetAndLowerCall()
1727 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, bool isNoGC) in CheckCallTargetFromDefineFuncAndLowerCall()
1759 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckCallTargetAndLowerCall()
1851 std::vector<GateRef> argsFastCall { glue_, func, thisObj}; in LowerTypedCall() local
2021 std::vector<GateRef> argsFastCall { glue_, func, thisObj}; in LowerTypedThisCall() local
Dslowpath_lowering.cpp143 const std::vector<GateRef> &argsFastCall) in LowerToJSCall()
2007 std::vector<GateRef> argsFastCall{glue_, ctor, thisObj}; in LowerNewObjRange() local
3292 std::vector<GateRef> argsFastCall(num - 3); // 3: skip argc argv newtarget in LowerConstruct() local
3321 std::vector<GateRef> argsFastCall(num - 3); // 3:skip argc argv newtarget in LowerCallInternal() local
3349 std::vector<GateRef> argsFastCall(num - 3); // 3:skip argc argv newtarget in LowerCallNew() local
3370 const std::vector<GateRef> &argsFastCall, Variable *result, Label *exit) in LowerNewFastCall()
3434 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, in LowerFastCall()