Home
last modified time | relevance | path

Searched defs:oat_dex_files (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1221 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1329 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1608 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1744 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
/aosp12/art/runtime/
H A Doat_file_manager.cc107 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation() local
/aosp12/art/runtime/native/
H A Ddalvik_system_DexFile.cc826 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in DexFile_getDexFileOutputPaths() local
/aosp12/art/oatdump/
H A Doatdump.cc235 std::vector<const OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk() local