Searched defs:opened_dex_files_map (Results 1 – 2 of 2) sorted by relevance
688 /*out*/ std::vector<MemMap>* opened_dex_files_map, in WriteAndOpenDexFiles()3104 /*out*/ std::vector<MemMap>* opened_dex_files_map) { in WriteDexFiles()3465 /*inout*/ std::vector<MemMap>* opened_dex_files_map, in OpenDexFiles()
1444 std::vector<MemMap> opened_dex_files_map; in Setup() local