Lines Matching refs:OatFile

142   explicit OatDumper(const OatFile& oat_file, OatDumperOptions* options)  in OatDumper()
250 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
279 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode()
292 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in GetQuickOatCode()
308 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets()
322 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in AddAllOffsets()
350 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
361 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in DumpOatDexFile()
382 const OatFile::OatClass oat_class = oat_dex_file.GetOatClass(class_def_index); in DumpOatDexFile()
408 bool DumpOatClass(std::ostream& os, const OatFile::OatClass& oat_class, const DexFile& dex_file, in DumpOatClass()
449 const OatFile::OatClass& oat_class, const DexFile& dex_file, in DumpOatMethod()
474 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()
673 void DumpVmap(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpVmap()
700 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method, in DescribeVReg()
721 void DumpGcMapRegisters(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapRegisters()
745 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMap()
772 void DumpMappingTable(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpMappingTable()
800 uint32_t DumpMappingAtOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpMappingAtOffset()
823 void DumpGcMapAtNativePcOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapAtNativePcOffset()
854 const OatFile::OatMethod& oat_method, in DumpVRegsAtDexPc()
921 const OatFile::OatMethod& oat_method, const DexFile::CodeItem* code_item, in DumpCode()
956 const OatFile& oat_file_;
957 const std::vector<const OatFile::OatDexFile*> oat_dex_files_;
1044 const OatFile* oat_file = class_linker->FindOpenedOatFileFromOatLocation(oat_location); in Dump()
1046 oat_file = OatFile::Open(oat_location, oat_location, nullptr, nullptr, false, &error_msg); in Dump()
1058 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()
1778 OatFile* oat_file = in oatdump()
1779 OatFile::Open(oat_filename, oat_filename, nullptr, nullptr, false, &error_msg); in oatdump()