Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc820 std::shared_ptr<DexFileContainer> dex_file_container; in Setup() local
1740 auto dex_file_container = in Open() local
2174 const std::shared_ptr<DexFileContainer>& dex_file_container, in OatDexFile()
2221 const std::shared_ptr<DexFileContainer>& dex_file_container, in OatDexFile()
/art/runtime/
Dvdex_file.cc218 auto dex_file_container = std::make_shared<MemoryDexFileContainer>(Begin(), End()); in OpenAllDexFiles() local