Home
last modified time | relevance | path

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

/bionic/tests/
Dstack_unwinding_test.cpp78 int expected_frame_count = 0; member
96 EXPECT_GT(unwind_data.handler_frame_count, unwind_data.expected_frame_count + 1); in verify_unwind_data()
104 _Unwind_Backtrace(FrameCounter, &g_unwind_data.expected_frame_count); in UnwindTest()
105 ASSERT_LE(2, g_unwind_data.expected_frame_count) in UnwindTest()