Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp1121 …GateType funcType, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, boo… in CheckCallTargetFromDefineFuncAndLowerCall()
1134 const std::vector<GateRef> &argsFastCall, bool isNoGC) in LowerFastCall()
1152 GateType funcType, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckCallTargetAndLowerCall()
1266 std::vector<GateRef> argsFastCall { glue_, func, thisObj}; in LowerTypedCall() local
1335 GateType funcType, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckThisCallTargetAndLowerCall()
1424 std::vector<GateRef> argsFastCall { glue_, func, thisObj}; in LowerTypedThisCall() local
Dslowpath_lowering.cpp117 const std::vector<GateRef> &argsFastCall) in LowerToJSCall()
2976 std::vector<GateRef> argsFastCall(num - 2); // 2:skip argc newtarget in LowerConstruct() local
2997 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, in LowerFastCall()