Lines Matching refs:OatFile
133 OatSymbolizer(const OatFile* oat_file, const std::string& output_name, bool no_bits) : in OatSymbolizer()
252 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in WalkOatDexFile()
268 void WalkOatClass(const OatFile::OatClass& oat_class, in WalkOatClass()
285 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod()
327 const OatFile* oat_file_;
383 OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper()
736 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in GetQuickOatCode()
833 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(accessor.GetClassDefIndex()); in AddAllOffsets()
852 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
913 const OatFile::OatClass oat_class = oat_dex_file.GetOatClass(class_def_index); in DumpOatDexFile()
1049 const OatFile::OatClass& oat_class, in DumpOatClass()
1086 const OatFile::OatClass& oat_class, in DumpOatMethod()
1112 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()
1330 const OatFile::OatMethod& oat_method, in DumpVmapData()
1354 const OatFile::OatMethod& oat_method) { in DumpCodeInfo()
1409 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1453 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1466 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByDexToDexCompiler()
1505 const OatFile::OatMethod& oat_method, in DumpCode()
1674 const OatFile& oat_file_;
1784 const OatFile* oat_file = image_space_.GetOatFile(); in Dump()
1789 oat_file = OatFile::Open(/*zip_fd=*/ -1, in Dump()
2418 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in DumpImages()
2465 std::unique_ptr<OatFile> oat_file, in InstallOatFile()
2474 OatFile* oat_file_ptr = oat_file.get(); in InstallOatFile()
2502 std::unique_ptr<OatFile> oat_file, in DumpOatWithRuntime()
2508 OatFile* oat_file_ptr = oat_file.get(); in DumpOatWithRuntime()
2523 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime()
2547 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in DumpOat()
2575 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in SymbolizeOat()
2625 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in Dump()