Searched refs:maps (Results 1 – 9 of 9) sorted by relevance
34 blueline:/data/data/com.google.android.apps.maps # cp /data/local/tmp/libsimpleprofileds.so .35 blueline:/data/data/com.google.android.apps.maps # ps -A | grep maps36 u0_a178 9143 927 15691440 190132 SyS_epoll_wait 0 S com.google.android.apps.maps37 …ta/com.google.android.apps.maps # cmd activity attach-agent com.google.android.apps.maps $PWD/libs…38 blueline:/data/data/com.google.android.apps.maps # # Do things on the app.39 blueline:/data/data/com.google.android.apps.maps # kill -3 914340 blueline:/data/data/com.google.android.apps.maps # wc -l maps.json41 17901 maps.json42 blueline:/data/data/com.google.android.apps.maps # ^D43 % adb pull /data/data/com.google.android.apps.maps/maps.json
136 std::string maps; in HandleSigQuit() local137 if (android::base::ReadFileToString("/proc/self/maps", &maps)) { in HandleSigQuit()138 os << "/proc/self/maps:\n" << maps; in HandleSigQuit()
416 static std::vector<const DexFile::Header*> GetDexFileHeaders(const std::vector<MemMap>& maps) { in GetDexFileHeaders() argument418 headers.reserve(maps.size()); in GetDexFileHeaders()419 for (const MemMap& map : maps) { in GetDexFileHeaders()
24 Number of loaded unload-ex maps 0
4 maps at the various inlining depths were similar.
500 const std::vector<Vma>& maps = proc.MapsWithoutUsageStats(); in DexDiagMain() local501 if (maps.empty()) { in DexDiagMain()509 for (auto& vma : maps) { in DexDiagMain()
56 Fix issue parsing proguard maps with comments.
1448 auto find_boot_map = [&os, &image_location_base_name](BacktraceMap& maps, const char* tag) in DumpImageDiffMap()1451 for (const backtrace_map_t* map : maps) { in DumpImageDiffMap()
3477 std::vector<MemMap> maps; in OpenDexFiles() local3480 maps.emplace_back(oat_dex_file.source_.GetZipEntry()->MapDirectlyOrExtract( in OpenDexFiles()3482 MemMap* map = &maps.back(); in OpenDexFiles()3504 *opened_dex_files_map = std::move(maps); in OpenDexFiles()