Home
last modified time | relevance | path

Searched refs:methodCodeEntry (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp393 uint64_t methodCodeEntry = method->GetCodeEntryOrLiteral(); in SetAOTFuncEntry() local
394 if (function != nullptr && methodCodeEntry != reinterpret_cast<uintptr_t>(nullptr)) { in SetAOTFuncEntry()
395 function->SetCompiledFuncEntry(methodCodeEntry, method->IsFastCall()); in SetAOTFuncEntry()

Completed in 2 milliseconds