Home
last modified time | relevance | path

Searched refs:CreateProcessMemoryLocalUnsafe (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/tests/
DMemoryLocalUnsafeTest.cpp34 auto local = Memory::CreateProcessMemoryLocalUnsafe(); in TEST()
62 auto local = Memory::CreateProcessMemoryLocalUnsafe(); in TEST_F()
/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h40 static std::shared_ptr<Memory> CreateProcessMemoryLocalUnsafe();
/system/unwinding/libunwindstack/
DMemory.cpp205 std::shared_ptr<Memory> Memory::CreateProcessMemoryLocalUnsafe() { in CreateProcessMemoryLocalUnsafe() function in unwindstack::Memory