HomeSort by relevance Sort by last modified time
    Searched refs:RemoteMaps (Results 1 - 6 of 6) sorted by null

  /system/core/libunwindstack/include/unwindstack/
Maps.h 67 class RemoteMaps : public Maps {
69 RemoteMaps(pid_t pid) : pid_(pid) {}
70 virtual ~RemoteMaps() = default;
78 class LocalMaps : public RemoteMaps {
80 LocalMaps() : RemoteMaps(getpid()) {}
  /system/core/libunwindstack/tools/
unwind.cpp 55 unwindstack::RemoteMaps remote_maps(pid);
unwind_for_offline.cpp 196 unwindstack::RemoteMaps maps(pid);
  /system/core/libunwindstack/tests/
UnwindTest.cpp 206 RemoteMaps maps(pid);
287 RemoteMaps maps(pid);
  /system/core/libbacktrace/
UnwindStackMap.cpp 39 stack_maps_.reset(new unwindstack::RemoteMaps(pid_));
  /system/core/libunwindstack/
Maps.cpp 241 const std::string RemoteMaps::GetMapsFile() const {

Completed in 237 milliseconds