• Home
  • Raw
  • Download

Lines Matching refs:OatFile

137   OatSymbolizer(const OatFile* oat_file, const std::string& output_name, bool no_bits) :  in OatSymbolizer()
254 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in WalkOatDexFile()
270 void WalkOatClass(const OatFile::OatClass& oat_class, in WalkOatClass()
287 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod()
329 const OatFile* oat_file_;
385 OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper()
718 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in GetQuickOatCode()
851 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(accessor.GetClassDefIndex()); in AddAllOffsets()
870 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
931 const OatFile::OatClass oat_class = oat_dex_file.GetOatClass(class_def_index); in DumpOatDexFile()
1067 const OatFile::OatClass& oat_class, in DumpOatClass()
1104 const OatFile::OatClass& oat_class, in DumpOatMethod()
1130 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()
1350 const OatFile::OatMethod& oat_method, in DumpVmapData()
1374 const OatFile::OatMethod& oat_method) { in DumpCodeInfo()
1429 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1473 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1486 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByDexToDexCompiler()
1606 const OatFile::OatMethod& oat_method, in DumpCode()
1775 const OatFile& oat_file_;
1886 const OatFile* oat_file = image_space_.GetOatFile(); in Dump()
1891 oat_file = OatFile::Open(/*zip_fd=*/ -1, in Dump()
2764 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in DumpImages()
2808 std::unique_ptr<OatFile> oat_file, in InstallOatFile()
2817 OatFile* oat_file_ptr = oat_file.get(); in InstallOatFile()
2845 std::unique_ptr<OatFile> oat_file, in DumpOatWithRuntime()
2851 OatFile* oat_file_ptr = oat_file.get(); in DumpOatWithRuntime()
2866 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime()
2887 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in DumpOat()
2912 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in SymbolizeOat()
2959 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in Dump()