/art/runtime/ |
D | oat_file_manager.cc | 59 const OatFile* OatFileManager::RegisterOatFile(std::unique_ptr<const OatFile> oat_file) { in RegisterOatFile() 81 void OatFileManager::UnRegisterAndDeleteOatFile(const OatFile* oat_file) { in UnRegisterAndDeleteOatFile() 94 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in FindOpenedOatFileFromDexLocation() local 113 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in FindOpenedOatFileFromOatLocationLocked() local 135 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in GetPrimaryOatFile() local 256 const OatFile* oat_file, in AddDexFilesFromOat() 358 bool OatFileManager::HasCollisions(const OatFile* oat_file, in HasCollisions() argument 471 std::unique_ptr<const OatFile> oat_file(oat_file_assistant.GetBestOatFile().release()); in OpenDexFilesFromOat() local 646 for (const std::unique_ptr<const OatFile>& oat_file : oat_files_) { in DumpForSigQuit() local
|
D | oat_file_assistant_test.cc | 154 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 520 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 610 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 777 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 805 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 845 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 922 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 975 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 1003 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local 1032 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local [all …]
|
D | class_table-inl.h | 38 for (const OatFile* oat_file : oat_files_) { in VisitRoots() local 56 for (const OatFile* oat_file : oat_files_) { in VisitRoots() local
|
D | class_table.cc | 242 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot() local 251 bool ClassTable::InsertOatFile(const OatFile* oat_file) { in InsertOatFile() 256 bool ClassTable::InsertOatFileLocked(const OatFile* oat_file) { in InsertOatFileLocked()
|
D | oat_file_assistant.cc | 342 const OatFile &oat_file, const char *dex_location) { in LoadDexFiles() 352 const OatFile &oat_file, in LoadDexFiles() 760 File* oat_file = oat_file_wrapper.GetFile(); in GenerateOatFileNoChecks() local 1004 std::unique_ptr<gc::space::ImageSpace> OatFileAssistant::OpenImageSpace(const OatFile* oat_file) { in OpenImageSpace() 1322 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in GetOptimizationStatus() local
|
D | oat_file.cc | 390 inline static bool ReadOatDexFileData(const OatFile& oat_file, in ReadOatDexFileData() 437 static bool ReadIndexBssMapping(OatFile* oat_file, in ReadIndexBssMapping() 483 static void DCheckIndexToBssMapping(OatFile* oat_file, in DCheckIndexToBssMapping() 1250 std::unique_ptr<ElfOatFile> oat_file(new ElfOatFile(location, executable)); in OpenElfFile() local 1399 std::unique_ptr<ElfOatFile> oat_file(new ElfOatFile(location, false /* executable */)); in OpenWithElfFile() local 1688 OatFile::OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() 1857 OatFile::OatClass::OatClass(const OatFile* oat_file, in OatClass()
|
D | class_loader_context.cc | 233 std::unique_ptr<OatFile> oat_file(oat_file_assistant.GetBestOatFile()); in OpenDexFiles() local
|
D | class_linker.cc | 1383 static std::unique_ptr<const DexFile> OpenOatDexFile(const OatFile* oat_file, in OpenOatDexFile() 1422 const OatFile* oat_file = space->GetOatFile(); in OpenImageDexFiles() local 1692 const OatFile* oat_file = space->GetOatFile(); in AddImageSpace() local 1972 for (const OatFile* oat_file : new_bss_roots_boot_oat_files_) { in VisitClassRoots() local 3391 const OatFile* oat_file = in RegisterDexFileLocked() local 3869 void ClassLinker::WriteBarrierForBootOatFileBssRoots(const OatFile* oat_file) { in WriteBarrierForBootOatFileBssRoots()
|
D | runtime.cc | 1027 std::unique_ptr<const OatFile> oat_file( in OpenDexFilesFromImage() local
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 61 /*out*/ const OatFile*& oat_file) { in ConvertJavaArrayToDexFiles() 88 const OatFile* oat_file, in ConvertDexFilesToJavaArray() 283 const OatFile* oat_file = nullptr; in DexFile_openDexFileNative() local 319 const OatFile* oat_file; in DexFile_closeDexFile() local 368 const OatFile* oat_file; in DexFile_defineClassNative() local 428 const OatFile* oat_file = nullptr; in DexFile_getClassNameList() local 739 const OatFile* oat_file = nullptr; in DexFile_isBackedByOatFile() local 803 const OatFile* oat_file = nullptr; in DexFile_getStaticSizeOfDexFile() local 830 const OatFile* oat_file; in DexFile_setTrusted() local
|
/art/test/117-nopatchoat/ |
D | nopatchoat.cc | 57 const OatFile* oat_file = oat_dex_file->GetOatFile(); in needsRelocation() local
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 121 File* oat_file, in WriteElf() 144 File* oat_file, in WriteElf() 163 File* oat_file, in WriteElf() 180 File* oat_file, in DoWriteElf() 423 std::unique_ptr<OatFile> oat_file(OatFile::Open(/* zip_fd */ -1, in TEST_F() local 558 std::unique_ptr<OatFile> oat_file(OatFile::Open(/* zip_fd */ -1, in TEST_F() local 869 ScratchFile oat_file, vdex_file(oat_file, ".vdex"); in TestZipFileInputWithEmptyDex() local
|
D | image_writer.cc | 2525 const OatFile* oat_file = image_spaces[0]->GetOatFile(); in GetOatAddress() local
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 71 const art::OatFile* oat_file = oat_dex->GetOatFile(); in GetVdex() local
|
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 45 std::unique_ptr<DummyOatFile>&& oat_file, in DummyImageSpace() 111 std::unique_ptr<DummyOatFile> oat_file(new DummyOatFile(oat_map->Begin(), oat_map->End())); in CreateImageSpace() local
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 36 const OatFile* oat_file, in StoreObjectInBss()
|
D | quick_trampoline_entrypoints.cc | 1198 const OatFile* oat_file = oat_dex_file->GetOatFile(); in DumpB74410240ClassData() local 1421 const OatFile* oat_file = called_method.dex_file->GetOatDexFile()->GetOatFile(); in artQuickResolutionTrampoline() local
|
/art/dex2oat/ |
D | dex2oat.cc | 1319 std::unique_ptr<File> oat_file(OS::CreateEmptyFile(oat_filename)); in OpenFile() local 1363 std::unique_ptr<File> oat_file(new File(oat_fd_, oat_location_, /* check_usage */ true)); in OpenFile() local 2136 std::unique_ptr<File>& oat_file = oat_files_[i]; in WriteOutputFiles() local 2541 for (const std::unique_ptr<File>& oat_file : oat_files_) { in CreateOatWriters() local 2711 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename)); in CreateImageFile() local
|
D | dex2oat_image_test.cc | 130 std::string oat_file = scratch.GetFilename() + ".oat"; in CompileImageAndGetSizes() local
|
D | dex2oat_test.cc | 72 std::unique_ptr<File> oat_file; local 1111 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest() 1195 std::unique_ptr<OatFile> oat_file(oat_file_assistant.GetBestOatFile()); in TEST_F() local 2168 [&](const OatFile& oat_file) { in TEST_F() 2180 [&](const OatFile& oat_file) { in TEST_F()
|
/art/oatdump/ |
D | oatdump.cc | 127 OatSymbolizer(const OatFile* oat_file, const std::string& output_name, bool no_bits) : in OatSymbolizer() 389 OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper() 2078 const OatFile* oat_file = image_space_.GetOatFile(); in Dump() local 2972 std::unique_ptr<OatFile> oat_file(OatFile::Open(/* zip_fd */ -1, in DumpImages() local 3017 std::unique_ptr<OatFile> oat_file, in InstallOatFile() 3054 std::unique_ptr<OatFile> oat_file, in DumpOatWithRuntime() 3075 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime() 3096 std::unique_ptr<OatFile> oat_file(OatFile::Open(/* zip_fd */ -1, in DumpOat() local 3122 std::unique_ptr<OatFile> oat_file(OatFile::Open(/* zip_fd */ -1, in SymbolizeOat() local 3170 std::unique_ptr<OatFile> oat_file(OatFile::Open(/* zip_fd */ -1, in Dump() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 553 const OatFile* oat_file, in Init() 1421 std::unique_ptr<OatFile> oat_file(OatFile::Open(/* zip_fd */ -1, in OpenOatFile() local 1805 const OatFile* oat_file, in CreateFromAppImage() 1876 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, std::string* error_msg) { in ValidateOatFile()
|
/art/test/common/ |
D | runtime_state.cc | 108 const OatFile* oat_file = oat_dex_file->GetOatFile(); in Java_Main_compiledWithOptimizing() local
|
/art/runtime/jit/ |
D | profile_saver.cc | 629 const OatFile* oat_file = oat_manager.FindOpenedOatFileFromDexLocation(location); in ShouldProfileLocation() local
|
/art/imgdiag/ |
D | imgdiag.cc | 833 for (const OatFile* oat_file : boot_oat_files) { in BuildEntryPointNames() local
|