Home | History | Annotate | Download | only in cctest

Lines Matching defs:global_handles

90   GlobalHandles* global_handles = isolate->global_handles();
94 global_handles->Create(*isolate->factory()->NewFixedArray(1));
96 global_handles->Create(*isolate->factory()->NewFixedArray(1));
99 global_handles->Create(*isolate->factory()->NewFixedArray(1));
101 global_handles->Create(*isolate->factory()->NewFixedArray(1));
109 global_handles->AddObjectGroup(g1_objects, 2, &info1);
110 global_handles->AddObjectGroup(g2_objects, 2, &info2);
121 global_handles->IterateObjectGroups(&visitor, &CanSkipCallback);
145 global_handles->IterateObjectGroups(&visitor, &CanSkipCallback);
166 global_handles->IterateObjectGroups(&visitor, &CanSkipCallback);
185 GlobalHandles* global_handles = isolate->global_handles();
190 global_handles->Create(*isolate->factory()->NewFixedArray(1));
192 global_handles->Create(*isolate->factory()->NewFixedArray(1));
195 global_handles->Create(*isolate->factory()->NewFixedArray(1));
197 global_handles->Create(*isolate->factory()->NewFixedArray(1));
201 global_handles->SetObjectGroupId(g2s1.location(), UniqueId(2));
202 global_handles->SetObjectGroupId(g2s2.location(), UniqueId(2));
203 global_handles->SetRetainedObjectInfo(UniqueId(2), &info2);
204 global_handles->SetObjectGroupId(g1s1.location(), UniqueId(1));
205 global_handles->SetObjectGroupId(g1s2.location(), UniqueId(1));
206 global_handles->SetRetainedObjectInfo(UniqueId(1), &info1);
216 global_handles->IterateObjectGroups(&visitor, &CanSkipCallback);
240 global_handles->IterateObjectGroups(&visitor, &CanSkipCallback);
261 global_handles->IterateObjectGroups(&visitor, &CanSkipCallback);
280 GlobalHandles* global_handles = isolate->global_handles();
285 global_handles->Create(*isolate->factory()->NewFixedArray(1));
287 global_handles->Create(*isolate->factory()->NewFixedArray(1));
289 global_handles->Create(*isolate->factory()->NewFixedArray(1));
293 global_handles->Create(*isolate->factory()->NewFixedArray(1));
295 global_handles->Create(*isolate->factory()->NewFixedArray(1));
297 global_handles->Create(*isolate->factory()->NewFixedArray(1));
299 global_handles->SetObjectGroupId(g1s1.location(), UniqueId(1));
300 global_handles->SetObjectGroupId(g2s1.location(), UniqueId(2));
301 global_handles->SetObjectGroupId(g2s2.location(), UniqueId(2));
302 global_handles->SetReferenceFromGroup(UniqueId(1), g1c1.location());
303 global_handles->SetReferenceFromGroup(UniqueId(1), g1c2.location());
304 global_handles->SetReferenceFromGroup(UniqueId(2), g2c1.location());
307 global_handles->implicit_ref_groups();
319 global_handles->RemoveObjectGroups();
320 global_handles->RemoveImplicitRefGroups();