/aosp_15_r20/art/runtime/native/ |
H A 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 …]
|
H A D | dalvik_system_VMDebug.cc | 346 const OatFile* oat_file = oat_dex_file->GetOatFile(); in VMDebug_getExecutableMethodFileOffsetsNative() local
|
/aosp_15_r20/art/runtime/oat/ |
H A 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 609 std::unique_ptr<OatFile> oat_file(OatFile::OpenFromVdex(MakeNonOwningPointerVector(dex_files), in OpenDexFilesFromOat_Impl() local 909 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in DumpForSigQuit() local 920 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in ContainsPc() local
|
H A 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 …]
|
H A D | oat_file_assistant.cc | 399 const OatFile& oat_file, const char* dex_location) { in LoadDexFiles() 408 bool OatFileAssistant::LoadDexFiles(const OatFile& oat_file, in LoadDexFiles() 839 bool OatFileAssistant::ValidateBootClassPathChecksums(const OatFile& oat_file) { in ValidateBootClassPathChecksums() 946 std::unique_ptr<gc::space::ImageSpace> OatFileAssistant::OpenImageSpace(const OatFile* oat_file) { in OpenImageSpace() 1287 const OatFile* oat_file = GetFile(); in CheckDisableCompactDex() local 1328 const OatFile* oat_file = oat_file_info.GetFile(); in GetOptimizationStatus() local
|
H A D | oat_file.cc | 422 inline static bool ReadOatDexFileData(const OatFile& oat_file, in ReadOatDexFileData() 1729 std::unique_ptr<OatFileBackedByVdex> oat_file(new OatFileBackedByVdex(location)); in Open() local 1748 std::unique_ptr<OatFileBackedByVdex> oat_file(new OatFileBackedByVdex(vdex_file->GetName())); in Open() local 2188 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() 2240 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() 2396 OatFile::OatClass::OatClass(const OatFile* oat_file, in OatClass() 2498 static void DCheckIndexToBssMapping(const OatFile* oat_file, in DCheckIndexToBssMapping()
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 103 File* oat_file, in WriteElf() 123 File* oat_file, in WriteElf() 141 File* oat_file, in WriteElf() 158 File* oat_file, in DoWriteElf() 249 void CheckOatWriteResult(ScratchFile& oat_file, in CheckOatWriteResult() 439 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local 552 std::unique_ptr<OatFile> oat_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local 862 ScratchFile oat_file, vdex_file(oat_file, ".vdex"); in TestZipFileInputWithEmptyDex() local
|
/aosp_15_r20/art/runtime/ |
H A 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
|
H A 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()
|
H A D | class_linker.cc | 1882 static std::unique_ptr<const DexFile> OpenOatDexFile(const OatFile* oat_file, in OpenOatDexFile() 1923 const OatFile* oat_file = space->GetOatFile(); in OpenImageDexFiles() local 1952 const OatFile* oat_file = space->GetOatFile(); in OpenAndInitImageDexFiles() local 2175 const OatFile* oat_file = space->GetOatFile(); in AddImageSpace() local 2506 for (const OatFile* oat_file : new_bss_roots_boot_oat_files_) { in VisitClassRoots() local 4277 const OatFile* oat_file = in RegisterDexFileLocked() local 4536 const OatFile* oat_file = in FindDexCache() local 4811 void ClassLinker::WriteBarrierForBootOatFileBssRoots(const OatFile* oat_file) { in WriteBarrierForBootOatFileBssRoots() 5174 const OatFile* oat_file = oat_dex_file->GetOatFile(); in VerifyClassUsingOatFile() local 11041 for (const OatFile* oat_file : unregistered_oat_files) { in CleanupClassLoaders() local
|
H A D | common_runtime_test.cc | 489 std::unique_ptr<File> oat_file; in CompileBootImage() local
|
H A D | runtime_image.cc | 955 const OatFile* oat_file = image_spaces[0]->GetOatFile(); in CopyMethodArrays() local
|
/aosp_15_r20/art/oatdump/ |
H A 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() 1890 const OatFile* oat_file = image_space_.GetOatFile(); in Dump() local 2554 std::unique_ptr<OatFile> oat_file = in DumpImages() local 2596 std::unique_ptr<OatFile> oat_file, in InstallOatFile() 2633 std::unique_ptr<OatFile> oat_file, in DumpOatWithRuntime() 2654 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime() 2667 std::unique_ptr<OatFile> oat_file = in DumpOat() local 2686 std::unique_ptr<OatFile> oat_file = in SymbolizeOat() local 2729 std::unique_ptr<OatFile> oat_file = in Dump() local [all …]
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | image_space.cc | 562 const OatFile* oat_file, in InitAppImage() 915 const OatFile* oat_file, in ValidateBootImageChecksum() 1788 std::unique_ptr<OatFile> oat_file; in ValidateOatFile() local 2876 std::unique_ptr<OatFile> oat_file; in OpenOatFile() local 3378 const OatFile* oat_file, in CreateFromAppImage() 3391 const OatFile* oat_file, in CreateFromAppImage() 3448 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, std::string* error_msg) { in ValidateOatFile() 3453 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, in ValidateOatFile() 3544 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
|
H A D | image_space_test.cc | 376 const OatFile* oat_file = image_spaces[i]->GetOatFile(); in CheckImageSpaceAndOatFile() local
|
/aosp_15_r20/art/runtime/gc/collector/ |
H A D | immune_spaces_test.cc | 52 std::unique_ptr<FakeOatFile>&& oat_file, in FakeImageSpace() 140 std::unique_ptr<FakeOatFile> oat_file(new FakeOatFile(oat_map.Begin(), oat_map.End())); in CreateImageSpace() local
|
/aosp_15_r20/art/dex2oat/ |
H A D | dex2oat.cc | 1258 std::unique_ptr<File> oat_file(OS::CreateEmptyFile(oat_filename.c_str())); in OpenFile() local 1301 std::unique_ptr<File> oat_file( in OpenFile() local 1592 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup() local 2150 std::unique_ptr<File>& oat_file = oat_files_[i]; in WriteOutputFiles() local 2649 for (const std::unique_ptr<File>& oat_file : oat_files_) { in CreateOatWriters() local
|
H A D | dex2oat_cts_test.cc | 93 std::unique_ptr<File> oat_file(OS::CreateEmptyFile(oat_location.c_str())); in TEST_F() local
|
H A D | dex2oat_test.cc | 85 std::unique_ptr<File> oat_file; local 1058 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest() 1935 [&](const OatFile& oat_file) { in TEST_F() 1951 [&](const OatFile& oat_file) { in TEST_F()
|
H A D | dex2oat_image_test.cc | 97 std::string oat_file = filename_prefix + ".oat"; in CompileImageAndGetSizes() local
|
/aosp_15_r20/art/test/dexpreopt/ |
H A D | dexpreopt_test.cc | 118 std::string oat_file = android::base::StringPrintf( in GetZygoteExpectedArtifacts() local
|
/aosp_15_r20/art/runtime/entrypoints/quick/ |
H A D | quick_dexcache_entrypoints.cc | 38 const OatFile* oat_file, in StoreObjectInBss()
|
/aosp_15_r20/art/runtime/jit/ |
H A D | profile_saver.cc | 965 const OatFile* oat_file = oat_manager.FindOpenedOatFileFromDexLocation(location); in ShouldProfileLocation() local
|
/aosp_15_r20/art/test/common/ |
H A D | runtime_state.cc | 130 const OatFile* oat_file = oat_dex_file->GetOatFile(); in Java_Main_compiledWithOptimizing() local
|
/aosp_15_r20/art/artd/ |
H A D | artd.cc | 1081 std::unique_ptr<NewFile> oat_file = in dexopt() local
|