Searched defs:OrderedMethodData (Results 1 – 1 of 1) sorted by relevance
985 struct OatWriter::OrderedMethodData { struct in art::linker::OatWriter986 ProfileCompilationInfo::MethodHotness method_hotness;987 OatClass* oat_class;988 CompiledMethod* compiled_method;989 MethodReference method_reference;990 size_t method_offsets_index;992 size_t class_def_index;993 uint32_t access_flags;994 const DexFile::CodeItem* code_item;997 static constexpr size_t kDebugInfoIdxInvalid = static_cast<size_t>(-1);[all …]