Searched refs:frame1_ebp (Results 1 – 1 of 1) sorted by relevance
243 Label frame0_ebp, frame1_ebp; in TEST_F() local247 .D32(frame1_ebp) // frame 0: saved %ebp in TEST_F()250 .Mark(&frame1_ebp) // frame 1 %ebp points here in TEST_F()290 EXPECT_EQ(frame1_ebp.Value(), frame1->context.ebp); in TEST_F()299 Label frame1_ebp; in TEST_F() local306 .D32(frame1_ebp) // saved %ebp (%ebp fails to point here, forcing scan) in TEST_F()311 .Mark(&frame1_ebp) // %ebp points here in TEST_F()356 EXPECT_EQ(frame1_ebp.Value(), frame1->context.ebp); in TEST_F()364 Label frame1_ebp; in TEST_F() local372 .D32(frame1_ebp) // saved %ebp (%ebp fails to point here, forcing scan) in TEST_F()[all …]