Home
last modified time | relevance | path

Searched defs:process_memory (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/debuggerd/libdebuggerd/
H A Dgwp_asan.cpp32 static bool retrieve_gwp_asan_state(unwindstack::Memory* process_memory, uintptr_t state_addr, in retrieve_gwp_asan_state()
43 unwindstack::Memory* process_memory, const gwp_asan::AllocatorState& state, in retrieve_gwp_asan_metadata()
70 GwpAsanCrashData::GwpAsanCrashData(unwindstack::Memory* process_memory, in GwpAsanCrashData()
H A Dscudo.cpp28 std::unique_ptr<char[]> AllocAndReadFully(unwindstack::Memory* process_memory, uint64_t addr, in AllocAndReadFully()
37 ScudoCrashData::ScudoCrashData(unwindstack::Memory* process_memory, in ScudoCrashData()
H A Dtombstone_proto.cpp255 std::shared_ptr<unwindstack::Memory>& process_memory, in dump_abort_message()
468 std::shared_ptr<unwindstack::Memory>& process_memory) { in dump_mappings()
577 std::shared_ptr<unwindstack::Memory>& process_memory, in dump_tags_around_fault_addr()
H A Dtombstone.cpp109 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in engrave_tombstone_ucontext() local
/aosp14/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp77 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in debuggerd_fallback_trace() local
/aosp14/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto231 optional ProcessMemory process_memory = 1; field