Home
last modified time | relevance | path

Searched refs:CreateProcessMemoryThreadCached (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMemory.h38 static std::shared_ptr<Memory> CreateProcessMemoryThreadCached(pid_t pid);
/aosp12/system/unwinding/libunwindstack/
H A DLocalUnwinder.cpp56 process_memory_ = unwindstack::Memory::CreateProcessMemoryThreadCached(getpid()); in Init()
H A DUnwinder.cpp415 process_memory_ = Memory::CreateProcessMemoryThreadCached(pid_); in Init()
H A DMemory.cpp229 std::shared_ptr<Memory> Memory::CreateProcessMemoryThreadCached(pid_t pid) { in CreateProcessMemoryThreadCached() function in unwindstack::Memory
/aosp12/art/runtime/
H A Dbacktrace_helper.cc56 memory_(unwindstack::Memory::CreateProcessMemoryThreadCached(getpid())), in UnwindHelper()
/aosp12/system/unwinding/libunwindstack/benchmarks/
H A Dlocal_unwind_benchmarks.cpp134 auto process_memory = unwindstack::Memory::CreateProcessMemoryThreadCached(getpid()); in BM_local_unwind_local_updatable_maps_thread_cached()