| /art/runtime/ |
| D | class_table-inl.h | 82 for (const OatFile* oat_file : oat_files_) { in VisitRoots() local 100 for (const OatFile* oat_file : oat_files_) { in VisitRoots() local 137 for (const OatFile* oat_file : oat_files_) { in VisitClassesAndRoots() local
|
| D | oat_file_manager.cc | 72 const OatFile* OatFileManager::RegisterOatFile(std::unique_ptr<const OatFile> oat_file, in RegisterOatFile() 100 void OatFileManager::UnRegisterAndDeleteOatFile(const OatFile* oat_file) { in UnRegisterAndDeleteOatFile() 113 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in FindOpenedOatFileFromDexLocation() local 132 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in FindOpenedOatFileFromOatLocationLocked() local 238 std::unique_ptr<const OatFile> oat_file(oat_file_assistant->GetBestOatFile().release()); in OpenDexFilesFromOat() local 593 std::unique_ptr<OatFile> oat_file(OatFile::OpenFromVdex(MakeNonOwningPointerVector(dex_files), in OpenDexFilesFromOat_Impl() local 895 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in DumpForSigQuit() local 906 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in ContainsPc() local
|
| D | class_table.cc | 146 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot() local 155 bool ClassTable::InsertOatFile(const OatFile* oat_file) { in InsertOatFile() 160 bool ClassTable::InsertOatFileLocked(const OatFile* oat_file) { in InsertOatFileLocked()
|
| D | oat_file_assistant_test.cc | 298 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 331 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 429 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 971 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1199 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1278 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1313 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1347 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1382 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1512 const OatFile* oat_file = nullptr; in Run() local [all …]
|
| D | oat_file_assistant.cc | 410 const OatFile& oat_file, const char* dex_location) { in LoadDexFiles() 419 bool OatFileAssistant::LoadDexFiles(const OatFile& oat_file, in LoadDexFiles() 852 bool OatFileAssistant::ValidateBootClassPathChecksums(const OatFile& oat_file) { in ValidateBootClassPathChecksums() 959 std::unique_ptr<gc::space::ImageSpace> OatFileAssistant::OpenImageSpace(const OatFile* oat_file) { in OpenImageSpace() 1281 const OatFile* oat_file = GetFile(); in CheckDisableCompactDexExperiment() local 1317 const OatFile* oat_file = GetBestInfo().GetFile(); in GetOptimizationStatus() local
|
| D | oat_file.cc | 401 inline static bool ReadOatDexFileData(const OatFile& oat_file, in ReadOatDexFileData() 417 static bool ReadIndexBssMapping(OatFile* oat_file, in ReadIndexBssMapping() 1714 std::unique_ptr<OatFileBackedByVdex> oat_file(new OatFileBackedByVdex(location)); in Open() local 1733 std::unique_ptr<OatFileBackedByVdex> oat_file(new OatFileBackedByVdex(vdex_file->GetName())); in Open() local 2157 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() 2208 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() 2354 OatFile::OatClass::OatClass(const OatFile* oat_file, in OatClass() 2456 static void DCheckIndexToBssMapping(const OatFile* oat_file, in DCheckIndexToBssMapping()
|
| D | common_runtime_test.cc | 488 std::unique_ptr<File> oat_file; in CompileBootImage() local
|
| D | class_linker.cc | 1799 static std::unique_ptr<const DexFile> OpenOatDexFile(const OatFile* oat_file, in OpenOatDexFile() 1838 const OatFile* oat_file = space->GetOatFile(); in OpenImageDexFiles() local 1867 const OatFile* oat_file = space->GetOatFile(); in OpenAndInitImageDexFiles() local 2090 const OatFile* oat_file = space->GetOatFile(); in AddImageSpace() local 2419 for (const OatFile* oat_file : new_bss_roots_boot_oat_files_) { in VisitClassRoots() local 4070 const OatFile* oat_file = in RegisterDexFileLocked() local 4296 const OatFile* oat_file = in FindDexCache() local 4570 void ClassLinker::WriteBarrierForBootOatFileBssRoots(const OatFile* oat_file) { in WriteBarrierForBootOatFileBssRoots() 4974 const OatFile* oat_file = oat_dex_file->GetOatFile(); in VerifyClassUsingOatFile() local 10830 for (const OatFile* oat_file : unregistered_oat_files) { in CleanupClassLoaders() local
|
| D | runtime_image.cc | 946 const OatFile* oat_file = image_spaces[0]->GetOatFile(); in CopyMethodArrays() local
|
| /art/runtime/native/ |
| D | dalvik_system_DexFile.cc | 76 /*out*/ const OatFile*& oat_file) { in ConvertJavaArrayToDexFiles() 103 const OatFile* oat_file, in ConvertDexFilesToJavaArray() 184 const OatFile* oat_file, in CreateCookieFromOatFileManagerResult() 306 const OatFile* oat_file = nullptr; in DexFile_openInMemoryDexFilesNative() local 392 const OatFile* oat_file = nullptr; in DexFile_openDexFileNative() local 411 const OatFile* oat_file; in DexFile_verifyInBackgroundNative() local 426 const OatFile* oat_file; in DexFile_closeDexFile() local 478 const OatFile* oat_file; in DexFile_defineClassNative() local 538 const OatFile* oat_file = nullptr; in DexFile_getClassNameList() local 874 const OatFile* oat_file = nullptr; in DexFile_isBackedByOatFile() local [all …]
|
| /art/dex2oat/linker/ |
| D | oat_writer_test.cc | 103 File* oat_file, in WriteElf() 129 File* oat_file, in WriteElf() 151 File* oat_file, in WriteElf() 172 File* oat_file, in DoWriteElf() 261 void CheckOatWriteResult(ScratchFile& oat_file, in CheckOatWriteResult() 451 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local 568 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local 878 ScratchFile oat_file, vdex_file(oat_file, ".vdex"); in TestZipFileInputWithEmptyDex() local
|
| /art/dex2oat/ |
| D | dex2oat_cts_test.cc | 76 std::unique_ptr<File> oat_file(OS::CreateEmptyFile(oat_location.c_str())); in TEST_F() local
|
| D | dex2oat.cc | 1274 std::unique_ptr<File> oat_file(OS::CreateEmptyFile(oat_filename.c_str())); in OpenFile() local 1317 std::unique_ptr<File> oat_file( in OpenFile() local 1608 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup() local 2163 std::unique_ptr<File>& oat_file = oat_files_[i]; in WriteOutputFiles() local 2670 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 | 75 std::unique_ptr<File> oat_file; local 1050 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest() 2240 [&](const OatFile& oat_file) { in TEST_F() 2256 [&](const OatFile& oat_file) { in TEST_F()
|
| /art/runtime/gc/collector/ |
| D | immune_spaces_test.cc | 46 std::unique_ptr<FakeOatFile>&& oat_file, in FakeImageSpace() 113 std::unique_ptr<FakeOatFile> oat_file(new FakeOatFile(oat_map.Begin(), oat_map.End())); in CreateImageSpace() local
|
| /art/test/dexpreopt/ |
| D | dexpreopt_test.cc | 118 std::string oat_file = android::base::StringPrintf( in GetZygoteExpectedArtifacts() local
|
| /art/oatdump/ |
| D | oatdump.cc | 132 OatSymbolizer(const OatFile* oat_file, const std::string& output_name, bool no_bits) : in OatSymbolizer() 382 OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper() 1846 const OatFile* oat_file = image_space_.GetOatFile(); in Dump() local 2480 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in DumpImages() local 2527 std::unique_ptr<OatFile> oat_file, in InstallOatFile() 2564 std::unique_ptr<OatFile> oat_file, 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() local 2638 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in SymbolizeOat() local 2689 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in Dump() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_dexcache_entrypoints.cc | 38 const OatFile* oat_file, in StoreObjectInBss()
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 564 const OatFile* oat_file, in InitAppImage() 912 const OatFile* oat_file, in ValidateBootImageChecksum() 1757 std::unique_ptr<OatFile> oat_file; in ValidateOatFile() local 2848 std::unique_ptr<OatFile> oat_file; in OpenOatFile() local 3354 const OatFile* oat_file, in CreateFromAppImage() 3367 const OatFile* oat_file, in CreateFromAppImage() 3424 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, std::string* error_msg) { in ValidateOatFile() 3433 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, in ValidateOatFile() 3543 const OatFile* oat_file = space->oat_file_non_owned_; in GetBootClassPathChecksums() local 3665 const OatFile* oat_file = image_spaces[image_pos + space_index]->oat_file_non_owned_; in VerifyBootClassPathChecksums() local
|
| D | image_space_test.cc | 376 const OatFile* oat_file = image_spaces[i]->GetOatFile(); in CheckImageSpaceAndOatFile() local
|
| /art/test/common/ |
| D | runtime_state.cc | 126 const OatFile* oat_file = oat_dex_file->GetOatFile(); in Java_Main_compiledWithOptimizing() local
|
| /art/runtime/jit/ |
| D | profile_saver.cc | 1004 const OatFile* oat_file = oat_manager.FindOpenedOatFileFromDexLocation(location); in ShouldProfileLocation() local
|
| /art/artd/ |
| D | artd.cc | 864 std::unique_ptr<NewFile> oat_file = OR_RETURN_NON_FATAL(NewFile::Create(oat_path, fs_permission)); in dexopt() local
|
| /art/odrefresh/ |
| D | odrefresh.cc | 556 std::unique_ptr<File> oat_file(OS::OpenFileForReading(oat_path.c_str())); in AddCompiledBootClasspathFdsIfAny() local
|