Searched refs:test_func (Results 1 - 1 of 1) sorted by relevance

/system/core/libbacktrace/
H A Dbacktrace_test.cpp1263 bool FindFuncFrameInBacktrace(Backtrace* backtrace, uintptr_t test_func, size_t* frame_num) { argument
1265 backtrace->FillInMap(test_func, &map);
1274 it->pc >= test_func) {
1282 void VerifyUnreadableElfFrame(Backtrace* backtrace, uintptr_t test_func, size_t frame_num) { argument
1290 uintptr_t diff = backtrace->GetFrame(frame_num)->pc - test_func;
1294 void VerifyUnreadableElfBacktrace(uintptr_t test_func) { argument
1301 ASSERT_TRUE(FindFuncFrameInBacktrace(backtrace.get(), test_func, &frame_num));
1303 VerifyUnreadableElfFrame(backtrace.get(), test_func, frame_num);
1315 test_func_t test_func; local
1316 test_func
1332 test_func_t test_func; local
[all...]

Completed in 24 milliseconds