Searched defs:OrderedMethodData (Results 1 – 1 of 1) sorted by relevance
1008 struct OatWriter::OrderedMethodData { struct in art::linker::OatWriter1009 ProfileCompilationInfo::MethodHotness method_hotness;1010 OatClass* oat_class;1011 CompiledMethod* compiled_method;1012 MethodReference method_reference;1013 size_t method_offsets_index;1015 size_t class_def_index;1016 uint32_t access_flags;1017 const dex::CodeItem* code_item;1020 static constexpr size_t kDebugInfoIdxInvalid = static_cast<size_t>(-1);[all …]