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.cpp1319 const std::vector<GateRef> &argsFastCall, bool isNoGC) in LowerFastCall()
1376 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckThisCallTargetAndLowerCall()
1395 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, bool isNoGC) in CheckCallTargetFromDefineFuncAndLowerCall()
1412 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall) in CheckCallTargetAndLowerCall()
1493 std::vector<GateRef> argsFastCall { glue_, func, thisObj}; in LowerTypedCall() local
1613 std::vector<GateRef> argsFastCall { glue_, func, thisObj}; in LowerTypedThisCall() local
Dslowpath_lowering.cpp125 const std::vector<GateRef> &argsFastCall) in LowerToJSCall()
2890 std::vector<GateRef> argsFastCall(num - 2); // 2:skip argc newtarget in LowerConstruct() local
2911 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, in LowerFastCall()