Searched refs:methodCodeEntry (Results 1 – 1 of 1) sorted by relevance
393 uint64_t methodCodeEntry = method->GetCodeEntryOrLiteral(); in SetAOTFuncEntry() local394 if (function != nullptr && methodCodeEntry != reinterpret_cast<uintptr_t>(nullptr)) { in SetAOTFuncEntry()395 function->SetCompiledFuncEntry(methodCodeEntry, method->IsFastCall()); in SetAOTFuncEntry()