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.cc243 Label frame0_ebp, frame1_ebp; in TEST_F() local
247 .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() local
306 .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() local
372 .D32(frame1_ebp) // saved %ebp (%ebp fails to point here, forcing scan) in TEST_F()
[all …]