• Home
  • Raw
  • Download

Lines Matching refs:oat_class

254       const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);  in WalkOatDexFile()  local
255 OatClassType type = oat_class.GetType(); in WalkOatDexFile()
259 WalkOatClass(oat_class, *dex_file, class_def_index); in WalkOatDexFile()
270 void WalkOatClass(const OatFile::OatClass& oat_class, in WalkOatClass() argument
278 WalkOatMethod(oat_class.GetOatMethod(class_method_idx++), in WalkOatClass()
718 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in GetQuickOatCode() local
739 return oat_class.GetOatMethod(oat_method_index).GetQuickCode(); in GetQuickOatCode()
851 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(accessor.GetClassDefIndex()); in AddAllOffsets() local
855 AddOffsets(oat_class.GetOatMethod(class_method_index)); in AddAllOffsets()
931 const OatFile::OatClass oat_class = oat_dex_file.GetOatClass(class_def_index); in DumpOatDexFile() local
937 << " (" << oat_class.GetStatus() << ")" in DumpOatDexFile()
938 << " (" << oat_class.GetType() << ")\n"; in DumpOatDexFile()
943 if (!DumpOatClass(&vios, oat_class, *dex_file, accessor, &stop_analysis)) { in DumpOatDexFile()
1067 const OatFile::OatClass& oat_class, in DumpOatClass() argument
1078 oat_class, in DumpOatClass()
1104 const OatFile::OatClass& oat_class, in DumpOatMethod() argument
1128 uint32_t oat_method_offsets_offset = oat_class.GetOatMethodOffsetsOffset(class_method_index); in DumpOatMethod()
1129 const OatMethodOffsets* oat_method_offsets = oat_class.GetOatMethodOffsets(class_method_index); in DumpOatMethod()
1130 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()