Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.h237 CodeInfo GetMethodCodeInfo(const MethodHeader *methodHeader) const in GetMethodCodeInfo() function
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp301 auto codeInfo = aotPandaFile.GetMethodCodeInfo(&methodHeader); in DumpMethodHeader()