Home
last modified time | relevance | path

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

/bionic/tests/
Dstack_unwinding_test.cpp93 int expected_frame_count = 0; member
111 EXPECT_GT(unwind_data.handler_frame_count, unwind_data.expected_frame_count + 1); in verify_unwind_data()
119 _Unwind_Backtrace(FrameCounter, &g_unwind_data.expected_frame_count); in SignalUnwindTest()
120 ASSERT_LE(2, g_unwind_data.expected_frame_count) in SignalUnwindTest()