Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table_test.cc319 const IRTSegmentState cookie1 = irt.GetSegmentState(); in TEST_F() local
321 IndirectRef iref3 = irt.Add(cookie1, obj3.Get(), &error_msg); in TEST_F()
346 const IRTSegmentState cookie1 = irt.GetSegmentState(); in TEST_F() local
348 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); in TEST_F()
349 IndirectRef iref2 = irt.Add(cookie1, obj2.Get(), &error_msg); in TEST_F()
350 IndirectRef iref3 = irt.Add(cookie1, obj3.Get(), &error_msg); in TEST_F()
352 EXPECT_TRUE(irt.Remove(cookie1, iref2)); in TEST_F()
355 irt.SetSegmentState(cookie1); in TEST_F()
357 IndirectRef iref4 = irt.Add(cookie1, obj4.Get(), &error_msg); in TEST_F()
382 const IRTSegmentState cookie1 = irt.GetSegmentState(); in TEST_F() local
[all …]