Home
last modified time | relevance | path

Searched defs:method_header (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/aot/
Daot_file.cpp155 auto method_header = FindMethodHeader(index); in FindMethodCodeEntry() local
166 auto method_header = FindMethodHeader(index); in FindMethodCodeSpan() local
Daot_file.h112 const uint8_t *GetMethodCode(const MethodHeader *method_header) const in GetMethodCode()
232 CodeInfo GetMethodCodeInfo(const MethodHeader *method_header) const in GetMethodCodeInfo()
/arkcompiler/runtime_core/compiler/tools/debug/
Djit_writer.cpp32 auto &method_header = jit_debug_writer_->method_headers_[i]; in FillData() local
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Daot_builder.cpp42 auto &method_header = aot_builder_->method_headers_[i]; in FillData() local
Delf_builder.h1098 auto &method_header = method_headers_.emplace_back(); in AddMethod() local
1296 void ElfWriter::FillDebugInfo(CfiInfo cfi_info, const compiler::MethodHeader &method_header) in FillDebugInfo()
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp274 for (decltype(auto) method_header : klass.GetMethodHeaders()) { in DumpFiles() local