Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1049 struct OatWriter::OrderedMethodData { struct in art::linker::OatWriter
1051 OatClass* oat_class;
1052 CompiledMethod* compiled_method;
1053 MethodReference method_reference;
1054 size_t method_offsets_index;
1056 size_t class_def_index;
1057 uint32_t access_flags;
1058 const dex::CodeItem* code_item;
1063 size_t debug_info_idx;
1065 bool HasDebugInfo() const { in HasDebugInfo()
[all …]