Lines Matching refs:cookie1
404 const LRTSegmentState cookie1 = lrt.PushFrame(); in BasicHolesTest() local
409 lrt.PopFrame(cookie1); in BasicHolesTest()
442 const LRTSegmentState cookie1 = lrt.PushFrame(); in BasicHolesTest() local
451 lrt.PopFrame(cookie1); in BasicHolesTest()
628 LRTSegmentState cookie1 = lrt.PushFrame(); // Create second segment. in TestAddRemove() local
631 POP_SEGMENT(cookie1, 2u); // Pop the second segment. in TestAddRemove()
641 cookie1 = lrt.PushFrame(); // Create second segment. in TestAddRemove()
643 POP_SEGMENT(cookie1, 3u); // Pop the second segment. in TestAddRemove()
647 cookie1 = lrt.PushFrame(); // Create second segment. in TestAddRemove()
651 POP_SEGMENT(cookie1, 2u); // Pop the second segment with hole. in TestAddRemove()
656 cookie1 = lrt.PushFrame(); // Create second segment. in TestAddRemove()
660 POP_SEGMENT(cookie1, 2u); // Pop the second segment with hole. in TestAddRemove()
664 cookie1 = lrt.PushFrame(); // Create second segment. in TestAddRemove()
669 POP_SEGMENT(cookie1, 2u); // Pop the empty second segment. in TestAddRemove()
744 LRTSegmentState cookie1 = lrt.PushFrame(); in TestAddRemoveMixed() local
745 uint32_t result = cookie1.top_index; in TestAddRemoveMixed()
746 lrt.PopFrame(cookie1); in TestAddRemoveMixed()
882 LRTSegmentState cookie1 = lrt.PushFrame(); in TEST_F() local
899 lrt.PopFrame(cookie1); in TEST_F()
907 cookie1 = lrt.PushFrame(); // Push a new segment. in TEST_F()
937 lrt.PopFrame(cookie1); in TEST_F()
959 cookie1 = lrt.PushFrame(); // Push a new segment. in TEST_F()
970 lrt.PopFrame(cookie1); in TEST_F()