/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 66 /*out*/ const OatFile*& oat_file) { in ConvertJavaArrayToDexFiles() 93 const OatFile* oat_file, in ConvertDexFilesToJavaArray() 174 const OatFile* oat_file, in CreateCookieFromOatFileManagerResult() 296 const OatFile* oat_file = nullptr; in DexFile_openInMemoryDexFilesNative() local 320 const OatFile* oat_file = nullptr; in DexFile_openDexFileNative() local 339 const OatFile* oat_file; in DexFile_verifyInBackgroundNative() local 354 const OatFile* oat_file; in DexFile_closeDexFile() local 405 const OatFile* oat_file; in DexFile_defineClassNative() local 465 const OatFile* oat_file = nullptr; in DexFile_getClassNameList() local 787 const OatFile* oat_file = nullptr; in DexFile_isBackedByOatFile() local [all …]
|
/art/runtime/ |
D | oat_file_manager.cc | 68 const OatFile* OatFileManager::RegisterOatFile(std::unique_ptr<const OatFile> oat_file) { in RegisterOatFile() 93 void OatFileManager::UnRegisterAndDeleteOatFile(const OatFile* oat_file) { in UnRegisterAndDeleteOatFile() 106 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in FindOpenedOatFileFromDexLocation() local 125 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in FindOpenedOatFileFromOatLocationLocked() local 228 std::unique_ptr<const OatFile> oat_file(oat_file_assistant.GetBestOatFile().release()); in OpenDexFilesFromOat() local 534 std::unique_ptr<OatFile> oat_file(OatFile::OpenFromVdex(MakeNonOwningPointerVector(dex_files), in OpenDexFilesFromOat_Impl() local 806 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in SetOnlyUseTrustedOatFiles() local 828 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in DumpForSigQuit() local
|
D | oat_file_assistant_test.cc | 181 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 210 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 295 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 732 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 958 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 1021 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 1080 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 1111 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 1143 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 1262 const OatFile* oat_file = nullptr; in Run() local [all …]
|
D | class_table-inl.h | 80 for (const OatFile* oat_file : oat_files_) { in VisitRoots() local 98 for (const OatFile* oat_file : oat_files_) { in VisitRoots() local
|
D | class_table.cc | 149 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot() local 158 bool ClassTable::InsertOatFile(const OatFile* oat_file) { in InsertOatFile() 163 bool ClassTable::InsertOatFileLocked(const OatFile* oat_file) { in InsertOatFileLocked()
|
D | oat_file_assistant.cc | 270 const OatFile &oat_file, const char *dex_location) { in LoadDexFiles() 280 const OatFile &oat_file, in LoadDexFiles() 403 static bool ValidateApexVersions(const OatFile& oat_file) { in ValidateApexVersions() 631 bool OatFileAssistant::ValidateBootClassPathChecksums(const OatFile& oat_file) { in ValidateBootClassPathChecksums() 729 std::unique_ptr<gc::space::ImageSpace> OatFileAssistant::OpenImageSpace(const OatFile* oat_file) { in OpenImageSpace() 1018 const OatFile* oat_file = GetBestInfo().GetFile(); in GetOptimizationStatus() local
|
D | oat_file.cc | 417 inline static bool ReadOatDexFileData(const OatFile& oat_file, in ReadOatDexFileData() 433 static bool ReadIndexBssMapping(OatFile* oat_file, in ReadIndexBssMapping() 1581 std::unique_ptr<OatFileBackedByVdex> oat_file(new OatFileBackedByVdex(location)); in Open() local 1595 std::unique_ptr<OatFileBackedByVdex> oat_file(new OatFileBackedByVdex(vdex_file->GetName())); in Open() local 1993 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() 2044 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() 2224 OatFile::OatClass::OatClass(const OatFile* oat_file, in OatClass() 2325 static void DCheckIndexToBssMapping(const OatFile* oat_file, in DCheckIndexToBssMapping()
|
D | common_runtime_test.cc | 463 std::unique_ptr<File> oat_file; in CompileBootImage() local
|
D | class_linker.cc | 1675 static std::unique_ptr<const DexFile> OpenOatDexFile(const OatFile* oat_file, in OpenOatDexFile() 1714 const OatFile* oat_file = space->GetOatFile(); in OpenImageDexFiles() local 1924 const OatFile* oat_file = space->GetOatFile(); in AddImageSpace() local 2147 for (const OatFile* oat_file : new_bss_roots_boot_oat_files_) { in VisitClassRoots() local 3910 const OatFile* oat_file = in RegisterDexFileLocked() local 4382 void ClassLinker::WriteBarrierForBootOatFileBssRoots(const OatFile* oat_file) { in WriteBarrierForBootOatFileBssRoots() 4817 const OatFile* oat_file = oat_dex_file->GetOatFile(); in VerifyClassUsingOatFile() local
|
D | runtime.cc | 1429 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in Init() local
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 103 File* oat_file, in WriteElf() 128 File* oat_file, in WriteElf() 149 File* oat_file, in WriteElf() 169 File* oat_file, in DoWriteElf() 258 void CheckOatWriteResult(ScratchFile& oat_file, in CheckOatWriteResult() 448 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local 565 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local 875 ScratchFile oat_file, vdex_file(oat_file, ".vdex"); in TestZipFileInputWithEmptyDex() local
|
D | image_writer.cc | 3180 const OatFile* oat_file = image_spaces[0]->GetOatFile(); in GetOatAddress() local
|
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 45 std::unique_ptr<FakeOatFile>&& oat_file, in FakeImageSpace() 112 std::unique_ptr<FakeOatFile> oat_file(new FakeOatFile(oat_map.Begin(), oat_map.End())); in CreateImageSpace() local
|
/art/oatdump/ |
D | oatdump.cc | 133 OatSymbolizer(const OatFile* oat_file, const std::string& output_name, bool no_bits) : in OatSymbolizer() 383 OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper() 1784 const OatFile* oat_file = image_space_.GetOatFile(); in Dump() local 2418 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in DumpImages() local 2465 std::unique_ptr<OatFile> oat_file, in InstallOatFile() 2502 std::unique_ptr<OatFile> oat_file, 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() local 2575 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in SymbolizeOat() local 2625 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in Dump() local
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 36 const OatFile* oat_file, in StoreObjectInBss()
|
D | quick_trampoline_entrypoints.cc | 1136 const OatFile* oat_file = oat_dex_file->GetOatFile(); in DumpB74410240ClassData() local
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 407 const OatFile* oat_file = image_space->GetOatFile(); in ValidateBcp() local
|
/art/dex2oat/ |
D | dex2oat.cc | 1192 std::unique_ptr<File> oat_file(OS::CreateEmptyFile(oat_filename.c_str())); in OpenFile() local 1236 std::unique_ptr<File> oat_file( in OpenFile() local 1553 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup() local 2137 std::unique_ptr<File>& oat_file = oat_files_[i]; in WriteOutputFiles() local 2631 for (const std::unique_ptr<File>& oat_file : oat_files_) { in CreateOatWriters() local
|
D | dex2oat_image_test.cc | 98 std::string oat_file = filename_prefix + ".oat"; in CompileImageAndGetSizes() local
|
D | dex2oat_test.cc | 76 std::unique_ptr<File> oat_file; local 945 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest() 2198 [&](const OatFile& oat_file) { in TEST_F() 2211 [&](const OatFile& oat_file) { in TEST_F()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 297 const OatFile* oat_file = callee_reference.dex_file->GetOatDexFile()->GetOatFile(); in MaybeUpdateBssMethodEntry() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 495 const OatFile* oat_file, in InitAppImage() 842 const OatFile* oat_file, in ValidateBootImageChecksum() 2825 std::unique_ptr<OatFile> oat_file; in OpenOatFile() local 3230 const OatFile* oat_file, in CreateFromAppImage() 3243 const OatFile* oat_file, in CreateFromAppImage() 3270 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, std::string* error_msg) { in ValidateOatFile() 3356 const OatFile* oat_file = space->oat_file_non_owned_; in GetBootClassPathChecksums() local 3566 const OatFile* oat_file = image_spaces[image_pos + space_index]->oat_file_non_owned_; in VerifyBootClassPathChecksums() local
|
/art/test/common/ |
D | runtime_state.cc | 125 const OatFile* oat_file = oat_dex_file->GetOatFile(); in Java_Main_compiledWithOptimizing() local
|
/art/runtime/jit/ |
D | profile_saver.cc | 998 const OatFile* oat_file = oat_manager.FindOpenedOatFileFromDexLocation(location); in ShouldProfileLocation() local
|
/art/imgdiag/ |
D | imgdiag.cc | 851 for (const OatFile* oat_file : boot_oat_files) { in BuildEntryPointNames() local
|