Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table_test.cc308 const IRTSegmentState cookie0 = kIRTFirstSegment; in TEST_F() local
312 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg); in TEST_F()
313 IndirectRef iref1 = irt.Add(cookie0, obj1.Get(), &error_msg); in TEST_F()
314 IndirectRef iref2 = irt.Add(cookie0, obj2.Get(), &error_msg); in TEST_F()
316 EXPECT_TRUE(irt.Remove(cookie0, iref1)); in TEST_F()
339 const IRTSegmentState cookie0 = kIRTFirstSegment; in TEST_F() local
343 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg); in TEST_F()
375 const IRTSegmentState cookie0 = kIRTFirstSegment; in TEST_F() local
379 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg); in TEST_F()
414 const IRTSegmentState cookie0 = kIRTFirstSegment; in TEST_F() local
[all …]