Searched refs:LowerNewFastCall (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.h | 174 void LowerNewFastCall(GateRef gate, GateRef glue, GateRef func, bool needPushArgv,
|
H A D | slowpath_lowering.cpp | 3397 LowerNewFastCall(gate, glue_, ctor, needPushArgv, args, argsFastCall, &res, &exit); in LowerCallNew() 3406 void SlowPathLowering::LowerNewFastCall(GateRef gate, GateRef glue, GateRef func, in LowerNewFastCall() function in panda::ecmascript::kungfu::SlowPathLowering
|
Completed in 10 milliseconds