Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/aot/
Daot_file.h232 CodeInfo GetMethodCodeInfo(const MethodHeader *method_header) const in GetMethodCodeInfo() function
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp286 auto code_info = aot_panda_file.GetMethodCodeInfo(&method_header); in DumpFiles()