Home
last modified time | relevance | path

Searched defs:dex_file_container (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc820 std::shared_ptr<DexFileContainer> dex_file_container; in Setup() local
1754 auto dex_file_container = in Open() local
2194 const std::shared_ptr<DexFileContainer>& dex_file_container, in OatDexFile()
2241 const std::shared_ptr<DexFileContainer>& dex_file_container, in OatDexFile()
/aosp_15_r20/art/runtime/
H A Dvdex_file.cc218 auto dex_file_container = std::make_shared<MemoryDexFileContainer>(Begin(), End()); in OpenAllDexFiles() local