Searched defs:OrderedMethodData (Results 1 – 1 of 1) sorted by relevance
1049 struct OatWriter::OrderedMethodData { struct in art::linker::OatWriter1050 ProfileCompilationInfo::MethodHotness method_hotness;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;1061 static constexpr size_t kDebugInfoIdxInvalid = static_cast<size_t>(-1);[all …]