Home
last modified time | relevance | path

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

/art/runtime/jni/
Dlocal_reference_table_test.cc396 const LRTSegmentState cookie0 = lrt.PushFrame(); in BasicHolesTest() local
419 lrt.PopFrame(cookie0); in BasicHolesTest()
436 const LRTSegmentState cookie0 = lrt.PushFrame(); in BasicHolesTest() local
460 lrt.PopFrame(cookie0); in BasicHolesTest()
478 const LRTSegmentState cookie0 = lrt.PushFrame(); in BasicHolesTest() local
487 lrt.PopFrame(cookie0); in BasicHolesTest()
491 EXPECT_EQ(cookie0.top_index, cookie0_second.top_index); in BasicHolesTest()
608 const LRTSegmentState cookie0 = lrt.PushFrame(); in TestAddRemove() local
672 POP_SEGMENT(cookie0, 0u); // Pop the first segment. in TestAddRemove()
743 LRTSegmentState cookie0 = lrt.PushFrame(); in TestAddRemoveMixed() local
[all …]
Djni_internal_test.cc2599 jni::LRTSegmentState cookie0 = lrt.PushFrame(); in TEST_F() local
2600 ASSERT_EQ(jni::kLRTFirstSegment.top_index, cookie0.top_index); in TEST_F()
2630 lrt.PopFrame(cookie0); in TEST_F()