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