Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.h251 void CallNGCRuntimeWithCallTimer(int index, GateRef gate, GateRef func, Variable &result,
H A Dslowpath_lowering.cpp1880 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