Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc1029 struct OatWriter::OrderedMethodData { struct in art::linker::OatWriter
1030 ProfileCompilationInfo::MethodHotness method_hotness;
1031 OatClass* oat_class;
1032 CompiledMethod* compiled_method;
1033 MethodReference method_reference;
1034 size_t method_offsets_index;
1036 size_t class_def_index;
1037 uint32_t access_flags;
1038 const dex::CodeItem* code_item;
1041 static constexpr size_t kDebugInfoIdxInvalid = static_cast<size_t>(-1);
[all …]