Searched refs:FindMethodHeader (Results 1 – 3 of 3) sorted by relevance
159 auto methodHeader = FindMethodHeader(index); in FindMethodCodeEntry()170 auto methodHeader = FindMethodHeader(index); in FindMethodCodeSpan()178 const MethodHeader *AotClass::FindMethodHeader(size_t index) const in FindMethodHeader() function in panda::compiler::AotClass
177 const MethodHeader *FindMethodHeader(size_t index) const;
399 ASSERT(aotClass.FindMethodHeader(methodIndex)->methodId == method->GetFileId().GetOffset()); in MaybeLinkMethodToAotCode()