Home
last modified time | relevance | path

Searched refs:GetOatDexFile (Results 1 – 20 of 20) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.cc289 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/
Dquick_dexcache_entrypoints.cc86 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss()
104 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss()
Dquick_trampoline_entrypoints.cc1134 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData()
/art/openjdkjvmti/
Dfixed_up_dex_file.cc55 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile(); in GetVdex()
/art/test/common/
Druntime_state.cc69 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/
Dclass_table.cc235 if (dex_file != nullptr && dex_file->GetOatDexFile() != nullptr) { in InsertStrongRoot()
236 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
Doat_file_assistant.cc268 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles()
285 oat_dex_file = oat_file.GetOatDexFile(multidex_dex_location.c_str(), nullptr); in LoadDexFiles()
370 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate()
586 const OatDexFile* odex_dex_file = odex_file->GetOatDexFile(dex.c_str(), nullptr); in GetRequiredDexChecksums()
Doat_file_assistant_test.cc1140 if (dex_files[0]->GetOatDexFile() != nullptr) { in Run()
1141 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run()
1413 EXPECT_EQ(dex_files_first[0]->GetOatDexFile(), nullptr); in TEST_F()
1442 EXPECT_NE(dex_files_second[0]->GetOatDexFile(), nullptr); in TEST_F()
1443 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
Doat_file.h303 const OatDexFile* GetOatDexFile(const char* dex_location,
Doat_file.cc1795 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile() function in art::OatFile
2027 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef()
2075 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile()
2183 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass()
Dart_method.cc539 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo()
Dclass_linker.cc1837 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile()
4074 (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr; in RegisterDexFileLocked()
4087 it->dex_file->GetOatDexFile() != nullptr && in RegisterDexFileLocked()
4088 it->dex_file->GetOatDexFile()->GetOatFile() == oat_file) { in RegisterDexFileLocked()
4945 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile()
Druntime.cc2887 const OatDexFile* odf = df->GetOatDexFile(); in DeoptimizeBootImage()
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc119 bool is_backed_by_oat = (dex_file->GetOatDexFile() != nullptr); in Java_Main_isBackedByOatFile()
/art/runtime/jit/
Djit.cc899 if (dex_file->GetOatDexFile() != nullptr && in Run()
900 dex_file->GetOatDexFile()->GetOatFile() != nullptr) { in Run()
1217 if (dex_file->GetOatDexFile() == nullptr) { in CreateThreadPool()
1849 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized()
/art/libdexfile/dex/
Ddex_file.h720 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/art/dex2oat/
Ddex2oat.cc1810 if (kIsDebugBuild && df->GetOatDexFile() != nullptr) { in Setup()
1811 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup()
1820 return df->GetOatDexFile() == nullptr; in Setup()
/art/dex2oat/linker/
Doat_writer_test.cc471 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F()
/art/runtime/dex/
Ddex_file_annotations.cc1353 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MethodContainsRSensitiveAccess()
/art/runtime/gc/space/
Dimage_space.cc3790 const OatDexFile* multi_dex = oat_file.GetOatDexFile(multi_dex_location.c_str(), in ValidateOatFile()