Home
last modified time | relevance | path

Searched defs:oat_file (Results 1 – 25 of 28) sorted by relevance

12

/art/runtime/
Dclass_table-inl.h82 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
Dclass_table.cc146 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()
Dcommon_runtime_test.cc489 std::unique_ptr<File> oat_file; in CompileBootImage() local
Dclass_linker.cc1868 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
Druntime_image.cc955 const OatFile* oat_file = image_spaces[0]->GetOatFile(); in CopyMethodArrays() local
/art/runtime/native/
Ddalvik_system_DexFile.cc76 /*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/
Doat_file_manager.cc77 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
Doat_file_assistant_test.cc302 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 …]
Doat_file_assistant.cc400 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
Doat_file.cc422 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/
Doat_writer_test.cc103 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/
Ddex2oat_cts_test.cc76 std::unique_ptr<File> oat_file(OS::CreateEmptyFile(oat_location.c_str())); in TEST_F() local
Ddex2oat.cc1254 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
Ddex2oat_image_test.cc97 std::string oat_file = filename_prefix + ".oat"; in CompileImageAndGetSizes() local
Ddex2oat_test.cc75 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/
Dimmune_spaces_test.cc47 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/
Ddexpreopt_test.cc118 std::string oat_file = android::base::StringPrintf( in GetZygoteExpectedArtifacts() local
/art/oatdump/
Doatdump.cc138 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/
Dimage_space.cc561 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
Dimage_space_test.cc372 const OatFile* oat_file = image_spaces[i]->GetOatFile(); in CheckImageSpaceAndOatFile() local
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc38 const OatFile* oat_file, in StoreObjectInBss()
/art/runtime/jit/
Dprofile_saver.cc965 const OatFile* oat_file = oat_manager.FindOpenedOatFileFromDexLocation(location); in ShouldProfileLocation() local
/art/test/common/
Druntime_state.cc130 const OatFile* oat_file = oat_dex_file->GetOatFile(); in Java_Main_compiledWithOptimizing() local
/art/artd/
Dartd.cc1067 std::unique_ptr<NewFile> oat_file = in dexopt() local
/art/odrefresh/
Dodrefresh.cc571 std::unique_ptr<File> oat_file(OS::OpenFileForReading(oat_path.c_str())); in AddCompiledBootClasspathFdsIfAny() local

12