Lines Matching refs:ClassDef
115 typedef void (OatSymbolizer::*Callback)(const DexFile::ClassDef&,
169 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in WalkOatDexFile()
187 const DexFile::ClassDef& class_def, Callback callback) { in WalkOatClass()
214 void WalkOatMethod(const DexFile::ClassDef& class_def, uint32_t class_method_index, in WalkOatMethod()
231 void RegisterForDedup(const DexFile::ClassDef& class_def ATTRIBUTE_UNUSED, in RegisterForDedup()
265 void AddSymbol(const DexFile::ClassDef& class_def ATTRIBUTE_UNUSED, in AddSymbol()
510 const DexFile::ClassDef* class_def = in GetQuickOatCode()
543 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in AddAllOffsets()
602 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in DumpOatDexFile()
721 const DexFile::ClassDef& class_def, bool* stop_analysis) { in DumpOatClass()
768 bool DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def, in DumpOatMethod()
1307 const DexFile::ClassDef& class_def, in DumpVerifier()