Home
last modified time | relevance | path

Searched refs:LowerFastSuperCall (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.h256 void LowerFastSuperCall(const std::vector<GateRef> &args, GateRef elementsPtr,
H A Dslowpath_lowering.cpp1854 LowerFastSuperCall(args, elementsPtr, result, exit); in LowerFastSuperCallWithArgArray()
1857 void SlowPathLowering::LowerFastSuperCall(const std::vector<GateRef> &args, GateRef elementsPtr, in LowerFastSuperCall() function in panda::ecmascript::kungfu::SlowPathLowering
1981 LowerFastSuperCall({ gate, super, *newTarget, *thisObj, argc }, argv, result, callExit); in LowerSuperCallForwardAllArgs()

Completed in 9 milliseconds