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

  /system/core/libbacktrace/
UnwindStackMap.h 81 bool CreateProcessMemory(const backtrace_stackinfo_t& stack);
UnwindStackMap.cpp 43 process_memory_ = unwindstack::Memory::CreateProcessMemory(pid_);
146 bool UnwindStackOfflineMap::CreateProcessMemory(const backtrace_stackinfo_t& stack) {
UnwindStack.cpp 138 if (!offline_map->CreateProcessMemory(stack)) {
245 if (map.get() == nullptr || !map->CreateProcessMemory(stack)) {
  /system/core/libunwindstack/tools/
unwind.cpp 93 auto process_memory = unwindstack::Memory::CreateProcessMemory(pid);
unwind_for_offline.cpp 95 auto process_memory = unwindstack::Memory::CreateProcessMemory(pid);
210 auto process_memory = unwindstack::Memory::CreateProcessMemory(pid);
  /system/core/libunwindstack/include/unwindstack/
Memory.h 36 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
  /system/core/libunwindstack/tests/
UnwindTest.cpp 104 auto process_memory(Memory::CreateProcessMemory(pid));
321 auto process_memory(Memory::CreateProcessMemory(getpid()));
  /system/core/libunwindstack/
Memory.cpp 170 std::shared_ptr<Memory> Memory::CreateProcessMemory(pid_t pid) {

Completed in 178 milliseconds