Home | History | Annotate | Download | only in runtime

Lines Matching defs:new_state

2339   IRTSegmentState new_state;
2340 new_state.top_index = old_state.top_index ^ 0x07705005;
2341 ASSERT_NE(old_state.top_index, new_state.top_index);
2346 *reinterpret_cast<IRTSegmentState*>(base + segment_state_offset) = new_state;
2349 EXPECT_EQ(new_state.top_index, irt.GetSegmentState().top_index);