Lines Matching refs:OatFile
132 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()
738 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in GetQuickOatCode()
835 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(accessor.GetClassDefIndex()); in AddAllOffsets()
854 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
916 const OatFile::OatClass oat_class = oat_dex_file.GetOatClass(class_def_index); in DumpOatDexFile()
1052 const OatFile::OatClass& oat_class, in DumpOatClass()
1089 const OatFile::OatClass& oat_class, in DumpOatMethod()
1115 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()
1336 const OatFile::OatMethod& oat_method, in DumpVmapData()
1355 const OatFile::OatMethod& oat_method) { in DumpCodeInfo()
1410 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1454 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1502 const OatFile::OatMethod& oat_method, in DumpCode()
1736 const OatFile& oat_file_;
1846 const OatFile* oat_file = image_space_.GetOatFile(); in Dump()
1851 oat_file = OatFile::Open(/*zip_fd=*/ -1, in Dump()
2480 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in DumpImages()
2527 std::unique_ptr<OatFile> oat_file, in InstallOatFile()
2536 OatFile* oat_file_ptr = oat_file.get(); in InstallOatFile()
2564 std::unique_ptr<OatFile> oat_file, in DumpOatWithRuntime()
2570 OatFile* oat_file_ptr = oat_file.get(); in DumpOatWithRuntime()
2585 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime()
2609 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in DumpOat()
2638 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in SymbolizeOat()
2689 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in Dump()