Home | History | Annotate | Download | only in oatdump

Lines Matching refs:OatFile

142   explicit OatDumper(const OatFile& oat_file, OatDumperOptions* options)
250 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
279 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
292 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
308 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
322 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
350 void AddOffsets(const OatFile::OatMethod& oat_method) {
361 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
382 const OatFile::OatClass oat_class = oat_dex_file.GetOatClass(class_def_index);
408 bool DumpOatClass(std::ostream& os, const OatFile::OatClass& oat_class, const DexFile& dex_file,
449 const OatFile::OatClass& oat_class, const DexFile& dex_file,
474 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index);
673 void DumpVmap(std::ostream& os, const OatFile::OatMethod& oat_method) {
700 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method,
721 void DumpGcMapRegisters(std::ostream& os, const OatFile::OatMethod& oat_method,
745 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method,
772 void DumpMappingTable(std::ostream& os, const OatFile::OatMethod& oat_method) {
800 uint32_t DumpMappingAtOffset(std::ostream& os, const OatFile::OatMethod& oat_method,
823 void DumpGcMapAtNativePcOffset(std::ostream& os, const OatFile::OatMethod& oat_method,
854 const OatFile::OatMethod& oat_method,
921 const OatFile::OatMethod& oat_method, const DexFile::CodeItem* code_item,
956 const OatFile& oat_file_;
957 const std::vector<const OatFile::OatDexFile*> oat_dex_files_;
1044 const OatFile* oat_file = class_linker->FindOpenedOatFileFromOatLocation(oat_location);
1046 oat_file = OatFile::Open(oat_location, oat_location, nullptr, nullptr, false, &error_msg);
1058 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) {
1778 OatFile* oat_file =
1779 OatFile::Open(oat_filename, oat_filename, nullptr, nullptr, false, &error_msg);