Searched refs:CallNGCRuntimeWithCallTimer (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.h | 251 void CallNGCRuntimeWithCallTimer(int index, GateRef gate, GateRef func, Variable &result,
|
H A D | slowpath_lowering.cpp | 1880 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSFastCallWithArgV), gate, superFunc, result, in LowerFastSuperCall() 1884 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSFastCallWithArgVAndPushArgv), gate, superFunc, result, in LowerFastSuperCall() 1897 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSCallWithArgV), gate, superFunc, result, callArgs); in LowerFastSuperCall() 1900 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSCallWithArgVAndPushArgv), gate, superFunc, result, callArgs); in LowerFastSuperCall() 1904 CallNGCRuntimeWithCallTimer(RTSTUB_ID(SuperCallWithArgV), gate, superFunc, result, in LowerFastSuperCall() 1909 void SlowPathLowering::CallNGCRuntimeWithCallTimer(int index, GateRef gate, GateRef func, Variable &result, in CallNGCRuntimeWithCallTimer() function in panda::ecmascript::kungfu::SlowPathLowering
|
Completed in 9 milliseconds