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