Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp276 uint64_t mainEntry; in SetAOTMainFuncEntry() local
278 std::tie(mainEntry, isFastCall) = anFileInfo->GetMainFuncEntry(fileIndex, mainFuncMethodId); in SetAOTMainFuncEntry()
284 method->SetCodeEntryAndMarkAOT(static_cast<uintptr_t>(mainEntry)); in SetAOTMainFuncEntry()
287 PrintAOTEntry(jsPandaFile, method, mainEntry); in SetAOTMainFuncEntry()