Searched refs:GetOatDexFile (Results 1 – 15 of 15) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 83 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss() 101 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss()
|
D | quick_trampoline_entrypoints.cc | 1216 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/ |
D | fixed_up_dex_file.cc | 55 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile(); in GetVdex()
|
/art/runtime/ |
D | class_table.cc | 233 if (dex_file != nullptr && dex_file->GetOatDexFile() != nullptr) { in InsertStrongRoot() 234 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
|
D | oat_file_assistant.cc | 274 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()
|
D | oat_file_assistant_test.cc | 1216 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()
|
D | oat_file.h | 273 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 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()
|
D | art_method.cc | 548 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo()
|
/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/test/common/ |
D | runtime_state.cc | 65 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/ |
D | dex_file.h | 717 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 428 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F()
|
/art/runtime/jit/ |
D | jit.cc | 764 if (dex_file->GetOatDexFile() == nullptr) { in CompileMethodsFromProfile()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1374 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MethodContainsRSensitiveAccess()
|