Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc83 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss()
101 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss()
Dquick_trampoline_entrypoints.cc1216 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData()
1404 if (called != nullptr && called_method.dex_file->GetOatDexFile() != nullptr) { in artQuickResolutionTrampoline()
1406 called_method.dex_file->GetOatDexFile()->GetMethodBssMapping(), in artQuickResolutionTrampoline()
1412 const OatFile* oat_file = called_method.dex_file->GetOatDexFile()->GetOatFile(); in artQuickResolutionTrampoline()
/art/openjdkjvmti/
Dfixed_up_dex_file.cc55 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile(); in GetVdex()
/art/runtime/
Dclass_table.cc233 if (dex_file != nullptr && dex_file->GetOatDexFile() != nullptr) { in InsertStrongRoot()
234 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
Doat_file_assistant.cc274 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles()
291 oat_dex_file = oat_file.GetOatDexFile(multidex_dex_location.c_str(), nullptr); in LoadDexFiles()
373 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate()
589 const OatDexFile* odex_dex_file = odex_file->GetOatDexFile(dex.c_str(), nullptr); in GetRequiredDexChecksums()
Doat_file_assistant_test.cc1216 if (dex_files[0]->GetOatDexFile() != nullptr) { in Run()
1217 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run()
1465 EXPECT_EQ(dex_files_first[0]->GetOatDexFile(), nullptr); in TEST_F()
1493 EXPECT_NE(dex_files_second[0]->GetOatDexFile(), nullptr); in TEST_F()
1494 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
Doat_file.h273 const OatDexFile* GetOatDexFile(const char* dex_location,
Doat_file.cc1792 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile() function in art::OatFile
2023 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef()
2071 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile()
2184 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass()
Dart_method.cc548 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo()
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc119 bool is_backed_by_oat = (dex_file->GetOatDexFile() != nullptr); in Java_Main_isBackedByOatFile()
/art/test/common/
Druntime_state.cc65 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_hasOatFile()
98 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_compiledWithOptimizing()
/art/libdexfile/dex/
Ddex_file.h717 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/art/dex2oat/linker/
Doat_writer_test.cc428 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F()
/art/runtime/jit/
Djit.cc764 if (dex_file->GetOatDexFile() == nullptr) { in CompileMethodsFromProfile()
/art/runtime/dex/
Ddex_file_annotations.cc1374 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MethodContainsRSensitiveAccess()