/art/runtime/ |
D | class_table-inl.h | 82 for (const OatFile* oat_file : oat_files_) { in VisitRoots() local 102 for (const OatFile* oat_file : oat_files_) { in VisitRoots() local 151 for (const OatFile* oat_file : oat_files_) { in VisitClassesAndRoots() 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 | common_runtime_test.cc | 489 std::unique_ptr<File> oat_file; in CompileBootImage() local
|
D | class_linker.cc | 1868 static std::unique_ptr<const DexFile> OpenOatDexFile(const OatFile* oat_file, in OpenOatDexFile() 1909 const OatFile* oat_file = space->GetOatFile(); in OpenImageDexFiles() local 1938 const OatFile* oat_file = space->GetOatFile(); in OpenAndInitImageDexFiles() local 2161 const OatFile* oat_file = space->GetOatFile(); in AddImageSpace() local 2492 for (const OatFile* oat_file : new_bss_roots_boot_oat_files_) { in VisitClassRoots() local 4222 const OatFile* oat_file = in RegisterDexFileLocked() local 4481 const OatFile* oat_file = in FindDexCache() local 4752 void ClassLinker::WriteBarrierForBootOatFileBssRoots(const OatFile* oat_file) { in WriteBarrierForBootOatFileBssRoots() 5156 const OatFile* oat_file = oat_dex_file->GetOatFile(); in VerifyClassUsingOatFile() local 11034 for (const OatFile* oat_file : unregistered_oat_files) { in CleanupClassLoaders() local
|
D | runtime_image.cc | 955 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/runtime/oat/ |
D | oat_file_manager.cc | 77 const OatFile* OatFileManager::RegisterOatFile(std::unique_ptr<const OatFile> oat_file, in RegisterOatFile() 105 void OatFileManager::UnRegisterAndDeleteOatFile(const OatFile* oat_file) { in UnRegisterAndDeleteOatFile() 118 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in FindOpenedOatFileFromDexLocation() local 137 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in FindOpenedOatFileFromOatLocationLocked() local 257 std::unique_ptr<const OatFile> oat_file(oat_file_assistant->GetBestOatFile().release()); in OpenDexFilesFromOat() local 610 std::unique_ptr<OatFile> oat_file(OatFile::OpenFromVdex(MakeNonOwningPointerVector(dex_files), in OpenDexFilesFromOat_Impl() local 912 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in DumpForSigQuit() local 923 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in ContainsPc() local
|
D | oat_file_assistant_test.cc | 302 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 335 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 437 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 999 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1241 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1324 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1359 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1393 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1428 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_P() local 1558 const OatFile* oat_file = nullptr; in Run() local [all …]
|
D | oat_file_assistant.cc | 400 const OatFile& oat_file, const char* dex_location) { in LoadDexFiles() 409 bool OatFileAssistant::LoadDexFiles(const OatFile& oat_file, in LoadDexFiles() 840 bool OatFileAssistant::ValidateBootClassPathChecksums(const OatFile& oat_file) { in ValidateBootClassPathChecksums() 947 std::unique_ptr<gc::space::ImageSpace> OatFileAssistant::OpenImageSpace(const OatFile* oat_file) { in OpenImageSpace() 1276 const OatFile* oat_file = GetFile(); in CheckDisableCompactDex() local 1317 const OatFile* oat_file = oat_file_info.GetFile(); in GetOptimizationStatus() local
|
D | oat_file.cc | 422 inline static bool ReadOatDexFileData(const OatFile& oat_file, in ReadOatDexFileData() 1715 std::unique_ptr<OatFileBackedByVdex> oat_file(new OatFileBackedByVdex(location)); in Open() local 1734 std::unique_ptr<OatFileBackedByVdex> oat_file(new OatFileBackedByVdex(vdex_file->GetName())); in Open() local 2168 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() 2220 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() 2376 OatFile::OatClass::OatClass(const OatFile* oat_file, in OatClass() 2478 static void DCheckIndexToBssMapping(const OatFile* oat_file, in DCheckIndexToBssMapping()
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 103 File* oat_file, in WriteElf() 126 File* oat_file, in WriteElf() 147 File* oat_file, in WriteElf() 167 File* oat_file, in DoWriteElf() 257 void CheckOatWriteResult(ScratchFile& oat_file, in CheckOatWriteResult() 447 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local 562 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local 872 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 | 1254 std::unique_ptr<File> oat_file(OS::CreateEmptyFile(oat_filename.c_str())); in OpenFile() local 1297 std::unique_ptr<File> oat_file( in OpenFile() local 1588 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup() local 2145 std::unique_ptr<File>& oat_file = oat_files_[i]; in WriteOutputFiles() local 2638 for (const std::unique_ptr<File>& oat_file : oat_files_) { in CreateOatWriters() local
|
D | dex2oat_image_test.cc | 97 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() 1923 [&](const OatFile& oat_file) { in TEST_F() 1939 [&](const OatFile& oat_file) { in TEST_F()
|
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 47 std::unique_ptr<FakeOatFile>&& oat_file, in FakeImageSpace() 135 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 | 138 OatSymbolizer(const OatFile* oat_file, const std::string& output_name, bool no_bits) : in OatSymbolizer() 394 OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper() 1877 const OatFile* oat_file = image_space_.GetOatFile(); in Dump() local 2542 std::unique_ptr<OatFile> oat_file = in DumpImages() local 2582 std::unique_ptr<OatFile> oat_file, in InstallOatFile() 2619 std::unique_ptr<OatFile> oat_file, in DumpOatWithRuntime() 2640 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime() 2653 std::unique_ptr<OatFile> oat_file = in DumpOat() local 2672 std::unique_ptr<OatFile> oat_file = in SymbolizeOat() local 2715 std::unique_ptr<OatFile> oat_file = in Dump() local [all …]
|
/art/runtime/gc/space/ |
D | image_space.cc | 561 const OatFile* oat_file, in InitAppImage() 910 const OatFile* oat_file, in ValidateBootImageChecksum() 1774 std::unique_ptr<OatFile> oat_file; in ValidateOatFile() local 2862 std::unique_ptr<OatFile> oat_file; in OpenOatFile() local 3359 const OatFile* oat_file, in CreateFromAppImage() 3372 const OatFile* oat_file, in CreateFromAppImage() 3429 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, std::string* error_msg) { in ValidateOatFile() 3434 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, in ValidateOatFile() 3525 const OatFile* oat_file = space->oat_file_non_owned_; in GetBootClassPathChecksums() local 3646 const OatFile* oat_file = image_spaces[image_pos + space_index]->oat_file_non_owned_; in VerifyBootClassPathChecksums() local
|
D | image_space_test.cc | 372 const OatFile* oat_file = image_spaces[i]->GetOatFile(); in CheckImageSpaceAndOatFile() local
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 38 const OatFile* oat_file, in StoreObjectInBss()
|
/art/runtime/jit/ |
D | profile_saver.cc | 965 const OatFile* oat_file = oat_manager.FindOpenedOatFileFromDexLocation(location); in ShouldProfileLocation() local
|
/art/test/common/ |
D | runtime_state.cc | 130 const OatFile* oat_file = oat_dex_file->GetOatFile(); in Java_Main_compiledWithOptimizing() local
|
/art/artd/ |
D | artd.cc | 1067 std::unique_ptr<NewFile> oat_file = in dexopt() local
|
/art/odrefresh/ |
D | odrefresh.cc | 571 std::unique_ptr<File> oat_file(OS::OpenFileForReading(oat_path.c_str())); in AddCompiledBootClasspathFdsIfAny() local
|