Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp215 method->SetCodeEntryAndMarkAOT(static_cast<uintptr_t>(mainEntry)); in SetAOTMainFuncEntry()
237 method->SetCodeEntryAndMarkAOT(codeEntry); in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h388 void SetCodeEntryAndMarkAOT(uintptr_t codeEntry) in SetCodeEntryAndMarkAOT() function