• Home
  • Raw
  • Download

Lines Matching refs:OatFile

101 static std::map<const OatFile::OatDexFile*,
104 const DexFile* OpenDexFile(const OatFile::OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile()
118 OatSymbolizer(const OatFile* oat_file, const std::string& output_name, bool no_bits) : in OatSymbolizer()
205 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk()
207 const OatFile::OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk()
213 void WalkOatDexFile(const OatFile::OatDexFile* oat_dex_file) { in WalkOatDexFile()
222 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in WalkOatDexFile()
238 void WalkOatClass(const OatFile::OatClass& oat_class, in WalkOatClass()
262 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod()
304 const OatFile* oat_file_;
360 OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper()
488 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
538 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
583 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode()
596 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in GetQuickOatCode()
761 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets()
775 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index); in AddAllOffsets()
803 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
934 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in DumpOatDexFile()
984 const OatFile::OatClass oat_class = oat_dex_file.GetOatClass(class_def_index); in DumpOatDexFile()
1006 bool ExportDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in ExportDexFile()
1087 const OatFile::OatClass& oat_class, const DexFile& dex_file, in DumpOatClass()
1138 const OatFile::OatClass& oat_class, const DexFile& dex_file, in DumpOatMethod()
1157 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()
1370 const OatFile::OatMethod& oat_method, in DumpVmapData()
1395 const OatFile::OatMethod& oat_method, in DumpCodeInfo()
1454 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1509 static bool IsMethodGeneratedByOptimizingCompiler(const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1521 static bool IsMethodGeneratedByDexToDexCompiler(const OatFile::OatMethod& oat_method, in IsMethodGeneratedByDexToDexCompiler()
1645 const OatFile::OatMethod& oat_method, const DexFile::CodeItem* code_item, in DumpCode()
1767 const OatFile& oat_file_;
1768 const std::vector<const OatFile::OatDexFile*> oat_dex_files_;
1881 const OatFile* oat_file = image_space_.GetOatFile(); in Dump()
1886 oat_file = OatFile::Open(oat_location, in Dump()
1905 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()
2771 std::unique_ptr<OatFile> oat_file(OatFile::Open(options->app_oat_, in DumpImages()
2815 std::unique_ptr<OatFile> oat_file, in InstallOatFile()
2824 OatFile* oat_file_ptr = oat_file.get(); in InstallOatFile()
2827 for (const OatFile::OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) { in InstallOatFile()
2848 std::unique_ptr<OatFile> oat_file, in DumpOatWithRuntime()
2854 OatFile* oat_file_ptr = oat_file.get(); in DumpOatWithRuntime()
2869 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime()
2883 std::unique_ptr<OatFile> oat_file(OatFile::Open(oat_filename, in DumpOat()
2905 std::unique_ptr<OatFile> oat_file(OatFile::Open(oat_filename, in SymbolizeOat()
2951 std::unique_ptr<OatFile> oat_file(OatFile::Open(oat_filename, in Dump()