Home | History | Annotate | Download | only in runtime

Lines Matching refs:Add

82   // Add three, check, remove in the order in which they were added.
83 iref0 = irt.Add(cookie, obj0.Get());
86 IndirectRef iref1 = irt.Add(cookie, obj1.Get());
89 IndirectRef iref2 = irt.Add(cookie, obj2.Get());
110 // Add three, remove in the opposite order.
111 iref0 = irt.Add(cookie, obj0.Get());
113 iref1 = irt.Add(cookie, obj1.Get());
115 iref2 = irt.Add(cookie, obj2.Get());
129 // Add three, remove middle / middle / bottom / top. (Second attempt
131 iref0 = irt.Add(cookie, obj0.Get());
133 iref1 = irt.Add(cookie, obj1.Get());
135 iref2 = irt.Add(cookie, obj2.Get());
157 // Add four entries. Remove #1, add new entry, verify that table size
160 iref0 = irt.Add(cookie, obj0.Get());
162 iref1 = irt.Add(cookie, obj1.Get());
164 iref2 = irt.Add(cookie, obj2.Get());
166 IndirectRef iref3 = irt.Add(cookie, obj3.Get());
173 iref1 = irt.Add(cookie, obj1.Get());
193 // Add an entry, remove it, add a new entry, and try to use the original
196 iref0 = irt.Add(cookie, obj0.Get());
201 iref1 = irt.Add(cookie, obj1.Get());
212 iref0 = irt.Add(cookie, obj0.Get());
217 iref1 = irt.Add(cookie, obj0.Get());
232 iref0 = irt.Add(cookie, obj0.Get());
244 manyRefs[i] = irt.Add(cookie, obj0.Get());
249 iref0 = irt.Add(cookie, obj0.Get());
270 // 1) Segment with holes (current_num_holes_ > 0), push new segment, add/remove reference
271 // 2) Segment with holes (current_num_holes_ > 0), pop segment, add/remove reference
272 // 3) Segment with holes (current_num_holes_ > 0), push new segment, pop segment, add/remove
274 // 4) Empty segment, push new segment, create a hole, pop a segment, add/remove a reference
275 // 5) Base segment, push new segment, create a hole, pop a segment, push new segment, add/remove
297 // 1) Segment with holes (current_num_holes_ > 0), push new segment, add/remove reference.
309 IndirectRef iref0 = irt.Add(cookie0, obj0.Get());
310 IndirectRef iref1 = irt.Add(cookie0, obj1.Get());
311 IndirectRef iref2 = irt.Add(cookie0, obj2.Get());
318 IndirectRef iref3 = irt.Add(cookie1, obj3.Get());
328 // 2) Segment with holes (current_num_holes_ > 0), pop segment, add/remove reference
340 IndirectRef iref0 = irt.Add(cookie0, obj0.Get());
345 IndirectRef iref1 = irt.Add(cookie1, obj1.Get());
346 IndirectRef iref2 = irt.Add(cookie1, obj2.Get());
347 IndirectRef iref3 = irt.Add(cookie1, obj3.Get());
354 IndirectRef iref4 = irt.Add(cookie1, obj4.Get());
363 // 3) Segment with holes (current_num_holes_ > 0), push new segment, pop segment, add/remove
376 IndirectRef iref0 = irt.Add(cookie0, obj0.Get());
381 IndirectRef iref1 = irt.Add(cookie1, obj1.Get());
382 IndirectRef iref2 = irt.Add(cookie1, obj2.Get());
389 IndirectRef iref3 = irt.Add(cookie2, obj3.Get());
394 IndirectRef iref4 = irt.Add(cookie1, obj4.Get());
403 // 4) Empty segment, push new segment, create a hole, pop a segment, add/remove a reference.
415 IndirectRef iref0 = irt.Add(cookie0, obj0.Get());
420 IndirectRef iref1 = irt.Add(cookie1, obj1.Get());
426 IndirectRef iref2 = irt.Add(cookie1, obj1.Get());
427 IndirectRef iref3 = irt.Add(cookie1, obj2.Get());
428 IndirectRef iref4 = irt.Add(cookie1, obj3.Get());
436 IndirectRef iref5 = irt.Add(cookie1, obj4.Get());
445 // 5) Base segment, push new segment, create a hole, pop a segment, push new segment, add/remove
458 IndirectRef iref0 = irt.Add(cookie0, obj0.Get());
463 IndirectRef iref1 = irt.Add(cookie1, obj1.Get());
464 IndirectRef iref2 = irt.Add(cookie1, obj1.Get());
465 IndirectRef iref3 = irt.Add(cookie1, obj2.Get());
476 IndirectRef iref4 = irt.Add(cookie1, obj3.Get());
507 irt.Add(cookie, obj0.Get());