Home
last modified time | relevance | path

Searched refs:RemoteUnwind (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/unwinding/libunwindstack/benchmarks/
H A Dremote_unwind_benchmarks.cpp105 static void RemoteUnwind(benchmark::State& state, bool cached) { in RemoteUnwind() function
136 RemoteUnwind(state, false); in BM_remote_unwind_uncached()
141 RemoteUnwind(state, true); in BM_remote_unwind_cached()
/aosp12/system/unwinding/libunwindstack/tests/
H A DUnwindTest.cpp328 static void RemoteUnwind(void* data) { in RemoteUnwind() function
340 RemoteCheckForLeaks(RemoteUnwind); in TEST_F()