Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_x86_unittest.cc242 Label frame0_ebp, frame1_ebp; in TEST_F() local
246 .D32(frame1_ebp) // frame 0: saved %ebp in TEST_F()
249 .Mark(&frame1_ebp) // frame 1 %ebp points here in TEST_F()
289 EXPECT_EQ(frame1_ebp.Value(), frame1->context.ebp); in TEST_F()
298 Label frame1_ebp; in TEST_F() local
305 .D32(frame1_ebp) // saved %ebp (%ebp fails to point here, forcing scan) in TEST_F()
310 .Mark(&frame1_ebp) // %ebp points here in TEST_F()
355 EXPECT_EQ(frame1_ebp.Value(), frame1->context.ebp); in TEST_F()
363 Label frame1_ebp; in TEST_F() local
371 .D32(frame1_ebp) // saved %ebp (%ebp fails to point here, forcing scan) in TEST_F()
[all …]