Home | History | Annotate | Download | only in tests

Lines Matching defs:start_pc

27     trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top,
35 uhwptr start_pc;
66 start_pc = PC(0);
77 // Should get all on-stack retaddrs and start_pc.
79 EXPECT_EQ(start_pc, trace.trace[0]);
91 // Should get all on-stack retaddrs up to the 4th slot and start_pc.
93 EXPECT_EQ(start_pc, trace.trace[0]);
104 // Should get all on-stack retaddrs up to the 4th slot and start_pc.
106 EXPECT_EQ(start_pc, trace.trace[0]);
116 EXPECT_EQ(start_pc, trace.trace[0]);
146 EXPECT_EQ(start_pc, trace.trace[0]);