Lines Matching refs:OatFile
133 OatSymbolizer(const OatFile* oat_file, const std::string& output_name, bool no_bits) : in OatSymbolizer()
251 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in WalkOatDexFile()
267 void WalkOatClass(const OatFile::OatClass& oat_class, in WalkOatClass()
284 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod()
326 const OatFile* oat_file_;
382 OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper()
721 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in GetQuickOatCode()
854 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(accessor.GetClassDefIndex()); in AddAllOffsets()
873 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
934 const OatFile::OatClass oat_class = oat_dex_file.GetOatClass(class_def_index); in DumpOatDexFile()
1070 const OatFile::OatClass& oat_class, in DumpOatClass()
1107 const OatFile::OatClass& oat_class, in DumpOatMethod()
1133 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()
1353 const OatFile::OatMethod& oat_method, in DumpVmapData()
1377 const OatFile::OatMethod& oat_method) { in DumpCodeInfo()
1432 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1476 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1489 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByDexToDexCompiler()
1609 const OatFile::OatMethod& oat_method, in DumpCode()
1778 const OatFile& oat_file_;
1889 const OatFile* oat_file = image_space_.GetOatFile(); in Dump()
1894 oat_file = OatFile::Open(/*zip_fd=*/ -1, in Dump()
2784 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in DumpImages()
2831 std::unique_ptr<OatFile> oat_file, in InstallOatFile()
2840 OatFile* oat_file_ptr = oat_file.get(); in InstallOatFile()
2868 std::unique_ptr<OatFile> oat_file, in DumpOatWithRuntime()
2874 OatFile* oat_file_ptr = oat_file.get(); in DumpOatWithRuntime()
2889 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime()
2913 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in DumpOat()
2941 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in SymbolizeOat()
2991 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in Dump()