Searched refs:GetOatDexFile (Results 1 – 19 of 19) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 86 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss() 104 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss()
|
D | quick_trampoline_entrypoints.cc | 1135 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData() 1323 if (called != nullptr && called_method.dex_file->GetOatDexFile() != nullptr) { in artQuickResolutionTrampoline() 1325 called_method.dex_file->GetOatDexFile()->GetMethodBssMapping(), in artQuickResolutionTrampoline() 1331 const OatFile* oat_file = called_method.dex_file->GetOatDexFile()->GetOatFile(); in artQuickResolutionTrampoline()
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 55 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile(); in GetVdex()
|
/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/runtime/ |
D | class_table.cc | 235 if (dex_file != nullptr && dex_file->GetOatDexFile() != nullptr) { in InsertStrongRoot() 236 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
|
D | oat_file_assistant.cc | 275 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles() 292 oat_dex_file = oat_file.GetOatDexFile(multidex_dex_location.c_str(), nullptr); in LoadDexFiles() 377 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate() 593 const OatDexFile* odex_dex_file = odex_file->GetOatDexFile(dex.c_str(), nullptr); in GetRequiredDexChecksums()
|
D | oat_file_assistant_test.cc | 1243 if (dex_files[0]->GetOatDexFile() != nullptr) { in Run() 1244 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run() 1513 EXPECT_EQ(dex_files_first[0]->GetOatDexFile(), nullptr); in TEST_F() 1541 EXPECT_NE(dex_files_second[0]->GetOatDexFile(), nullptr); in TEST_F() 1542 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
|
D | oat_file.h | 303 const OatDexFile* GetOatDexFile(const char* dex_location,
|
D | oat_file.cc | 1792 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile() function in art::OatFile 2024 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef() 2072 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile() 2180 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass()
|
D | art_method.cc | 557 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo()
|
D | class_linker.cc | 1767 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile() 3984 (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr; in RegisterDexFileLocked() 3997 it->dex_file->GetOatDexFile() != nullptr && in RegisterDexFileLocked() 3998 it->dex_file->GetOatDexFile()->GetOatFile() == oat_file) { in RegisterDexFileLocked() 4854 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile()
|
D | runtime.cc | 2891 const OatDexFile* odf = df->GetOatDexFile(); in DeoptimizeBootImage()
|
/art/test/692-vdex-inmem-loader/ |
D | vdex_inmem_loader.cc | 119 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() 1212 if (dex_file->GetOatDexFile() == nullptr) { in CreateThreadPool() 1833 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized()
|
/art/libdexfile/dex/ |
D | dex_file.h | 720 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
|
/art/dex2oat/ |
D | dex2oat.cc | 1798 if (kIsDebugBuild && df->GetOatDexFile() != nullptr) { in Setup() 1799 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup() 1808 return df->GetOatDexFile() == nullptr; in Setup()
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 479 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1374 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MethodContainsRSensitiveAccess()
|
/art/runtime/gc/space/ |
D | image_space.cc | 3790 const OatDexFile* multi_dex = oat_file.GetOatDexFile(multi_dex_location.c_str(), in ValidateOatFile()
|