Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp159 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
Daot_file.h177 const MethodHeader *FindMethodHeader(size_t index) const;
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp399 ASSERT(aotClass.FindMethodHeader(methodIndex)->methodId == method->GetFileId().GetOffset()); in MaybeLinkMethodToAotCode()