Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp1243 void JSFunctionBase::SetCompiledFuncEntry(uintptr_t codeEntry, bool isFastCall) in SetCompiledFuncEntry() function in panda::ecmascript::JSFunctionBase
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3438 inline void StubBuilder::SetCompiledFuncEntry(GateRef glue, GateRef jsFunc, GateRef codeEntry, Gate… in SetCompiledFuncEntry() function