Home
last modified time | relevance | path

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

/bionic/tests/
Dstack_unwinding_test.cpp79 int handler_frame_count = 0; member
86 _Unwind_Backtrace(FrameCounter, &g_unwind_data.handler_frame_count); in UnwindSignalHandler()
93 EXPECT_GT(unwind_data.handler_frame_count, unwind_data.expected_frame_count); in verify_unwind_data()
94 EXPECT_EQ(unwind_data.handler_frame_count + 1, unwind_data.handler_one_deeper_frame_count); in verify_unwind_data()