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

/art/runtime/
H A Dindirect_reference_table_test.cc316 const IRTSegmentState cookie1 = irt.GetSegmentState(); local
318 IndirectRef iref3 = irt.Add(cookie1, obj3.Get(), &error_msg);
343 const IRTSegmentState cookie1 = irt.GetSegmentState(); local
345 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg);
346 IndirectRef iref2 = irt.Add(cookie1, obj2.Get(), &error_msg);
347 IndirectRef iref3 = irt.Add(cookie1, obj3.Get(), &error_msg);
349 EXPECT_TRUE(irt.Remove(cookie1, iref2));
352 irt.SetSegmentState(cookie1);
354 IndirectRef iref4 = irt.Add(cookie1, obj4.Get(), &error_msg);
379 const IRTSegmentState cookie1 local
418 const IRTSegmentState cookie1 = irt.GetSegmentState(); local
461 const IRTSegmentState cookie1 = irt.GetSegmentState(); local
[all...]

Completed in 227 milliseconds