Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tools/debug/
Djit_writer.cpp66 auto &file_header = file_headers_.emplace_back(); in Start() local
77 auto &file_header = file_headers_.back(); in End() local
/arkcompiler/runtime_core/compiler/aot/
Daot_file.h79 auto GetClassHeaders(const PandaFileHeader &file_header) const in GetClassHeaders()
86 auto GetClassHashTable(const PandaFileHeader &file_header) const in GetClassHashTable()
Daot_manager.cpp50 auto file_header = aot_insert_file->FindPandaFile(pf_name); in AddFile() local
/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp183 auto file_header = aot_file->FileHeaders()[i]; in TEST_F() local
191 auto file_header = aot_file->FileHeaders()[i]; in TEST_F() local
261 auto file_header = aot_file->FileHeaders()[0]; in TEST_F() local
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Daot_builder.cpp76 auto &file_header = file_headers_.emplace_back(); in StartFile() local
87 auto &file_header = file_headers_.back(); in EndFile() local
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp260 for (decltype(auto) file_header : aot_file->FileHeaders()) { in DumpFiles() local