Home
last modified time | relevance | path

Searched refs:CallFastPath (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5196 CallFastPath(glue, nativeCode, func, thisValue, actualNumArgs, callField, in JSCallDispatch()
5210 CallFastPath(glue, nativeCode, func, thisValue, actualNumArgs, callField, in JSCallDispatch()
5224 CallFastPath(glue, nativeCode, func, thisValue, actualNumArgs, callField, in JSCallDispatch()
5238 CallFastPath(glue, nativeCode, func, thisValue, actualNumArgs, callField, in JSCallDispatch()
5265 CallFastPath(glue, nativeCode, func, thisValue, actualNumArgs, callField, in JSCallDispatch()
5743 void StubBuilder::CallFastPath(GateRef glue, GateRef nativeCode, GateRef func, GateRef thisValue, in CallFastPath() function in panda::ecmascript::kungfu::StubBuilder
Dstub_builder.h637 …void CallFastPath(GateRef glue, GateRef nativeCode, GateRef func, GateRef thisValue, GateRef actua…