Searched refs:GetOatDexFile (Results 1 – 16 of 16) sorted by relevance
/art/runtime/ |
D | class_table.cc | 148 if (dex_file != nullptr && dex_file->GetOatDexFile() != nullptr) { in InsertStrongRoot() 149 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
|
D | oat_file_assistant.cc | 285 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles() 302 oat_dex_file = oat_file.GetOatDexFile(multidex_dex_location.c_str(), nullptr); in LoadDexFiles() 387 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate()
|
D | oat_file_assistant_test.cc | 1280 if (dex_files[0]->GetOatDexFile() != nullptr) { in Run() 1281 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run() 1577 EXPECT_EQ(dex_files_first[0]->GetOatDexFile(), nullptr); in TEST_F() 1606 EXPECT_NE(dex_files_second[0]->GetOatDexFile(), nullptr); in TEST_F() 1607 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
|
D | oat_file.h | 305 const OatDexFile* GetOatDexFile(const char* dex_location,
|
D | oat_file.cc | 1924 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile() function in art::OatFile 2163 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef() 2212 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile() 2314 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass()
|
D | class_linker.cc | 1681 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile() 3911 (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr; in RegisterDexFileLocked() 3924 it->dex_file->GetOatDexFile() != nullptr && in RegisterDexFileLocked() 3925 it->dex_file->GetOatDexFile()->GetOatFile() == oat_file) { in RegisterDexFileLocked() 4799 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 289 if (callee_reference.dex_file->GetOatDexFile() != nullptr) { in MaybeUpdateBssMethodEntry() 291 callee_reference.dex_file->GetOatDexFile()->GetMethodBssMapping(), in MaybeUpdateBssMethodEntry() 297 const OatFile* oat_file = callee_reference.dex_file->GetOatDexFile()->GetOatFile(); in MaybeUpdateBssMethodEntry()
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 86 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss() 114 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss()
|
D | quick_trampoline_entrypoints.cc | 1134 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData()
|
/art/test/common/ |
D | runtime_state.cc | 69 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_hasOatFile() 80 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_getCompilerFilter() 120 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_compiledWithOptimizing()
|
/art/test/692-vdex-inmem-loader/ |
D | vdex_inmem_loader.cc | 122 bool is_backed_by_oat = (dex_file->GetOatDexFile() != nullptr); in Java_Main_isBackedByOatFile()
|
/art/runtime/jit/ |
D | jit.cc | 898 if (dex_file->GetOatDexFile() != nullptr && in Run() 899 dex_file->GetOatDexFile()->GetOatFile() != nullptr) { in Run() 1201 if (dex_file->GetOatDexFile() == nullptr) { in CreateThreadPool() 1782 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized()
|
/art/libdexfile/dex/ |
D | dex_file.h | 736 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
|
/art/dex2oat/ |
D | dex2oat.cc | 1552 if (kIsDebugBuild && df->GetOatDexFile() != nullptr) { in Setup() 1553 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup() 1562 return df->GetOatDexFile() == nullptr; in Setup()
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 464 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space.cc | 3308 const OatDexFile* multi_dex = oat_file.GetOatDexFile(multi_dex_location.c_str(), in ValidateOatFile()
|