Lines Matching defs:OrderedMethodData
985 struct OatWriter::OrderedMethodData { struct in art::linker::OatWriter
986 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);
999 size_t debug_info_idx;
1001 bool HasDebugInfo() const { in HasDebugInfo()
1018 bool operator<(const OrderedMethodData& other) const { in operator <()
1039 size_t GetMethodHotnessOrder() const { in GetMethodHotnessOrder()