Searched refs:LowerFastSuperCallWithArgArray (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.h | 254 void LowerFastSuperCallWithArgArray(GateRef array, const std::vector<GateRef> &args, bool isSpread,
|
H A D | slowpath_lowering.cpp | 1771 LowerFastSuperCallWithArgArray(taggedArray, {gate, superFunc, *newTarget, *thisObj, in LowerSuperCall() 1822 LowerFastSuperCallWithArgArray(array, {gate, superFunc, *newTarget, *thisObj, actualArgc}, in LowerSuperCallSpread() 1842 void SlowPathLowering::LowerFastSuperCallWithArgArray(GateRef array, const std::vector<GateRef> &args, in LowerFastSuperCallWithArgArray() function in panda::ecmascript::kungfu::SlowPathLowering
|
Completed in 8 milliseconds