Searched defs:argsFastCall (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_bytecode_lowering.cpp | 1319 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
|
| D | slowpath_lowering.cpp | 125 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()
|