Home | History | Annotate | Download | only in oatdump

Lines Matching refs:OatClass

183           const OatFile::OatClass* oat_class = oat_dex_file->GetOatClass(class_def_index);
209 UniquePtr<const OatFile::OatClass> oat_class(oat_dex_file->GetOatClass(class_def_index));
256 UniquePtr<const OatFile::OatClass> oat_class(oat_dex_file.GetOatClass(class_def_index));
277 void DumpOatClass(std::ostream& os, const OatFile::OatClass& oat_class, const DexFile& dex_file,