Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc1197 std::vector<std::unique_ptr<const DexFile>> oat_dex_files = in TEST_F() local
1429 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1537 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1800 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1936 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
/art/runtime/
Doat_file_manager.cc102 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation() local
Dclass_loader_context.cc478 std::vector<std::unique_ptr<const DexFile>> oat_dex_files; in OpenDexFiles() local
Doat_file.cc1565 const std::vector<const OatDexFile*>& oat_dex_files = GetOatDexFiles(); in IsClassVerifiedInVdex() local
/art/oatdump/
Doatdump.cc234 std::vector<const OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk() local