Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h364 …void CallFastPath(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params) in CallFastPath() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp7397 void StubBuilder::CallFastPath(GateRef glue, GateRef nativeCode, GateRef func, GateRef thisValue, in CallFastPath() function in panda::ecmascript::kungfu::StubBuilder