Home
last modified time | relevance | path

Searched refs:CreateProcessMemoryCached (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/
H A Dlocal_unwind_benchmarks.cpp92 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BM_local_unwind_cached_process_memory()
128 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BM_local_android_unwind_cached_process_memory()
164 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BM_local_unwind_local_updatable_maps_cached()
200 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BM_local_unwind_cached_process_memory_no_func_names()
224 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BM_local_unwind_local_updatable_maps_cached_no_func_names()
H A Dremote_unwind_benchmarks.cpp105 process_memory = unwindstack::Memory::CreateProcessMemoryCached(pid); in RemoteUnwind()
145 process_memory = unwindstack::Memory::CreateProcessMemoryCached(pid); in RemoteAndroidUnwind()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h37 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/system/unwinding/libunwindstack/include/unwindstack/
H A DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h37 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h37 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h37 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h37 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h37 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h37 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h37 static std::shared_ptr<Memory> CreateProcessMemoryCached(pid_t pid);
/aosp_15_r20/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp110 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in engrave_tombstone_ucontext()
/aosp_15_r20/system/unwinding/libunwindstack/
H A DAndroidUnwinder.cpp221 process_memory_ = Memory::CreateProcessMemoryCached(pid_); in InternalInitialize()

123