Home | History | Annotate | Download | only in heap

Lines Matching defs:global_handles

242   GlobalHandles* global_handles = CcTest::i_isolate()->global_handles();
248 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
250 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
252 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
267 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
269 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
271 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
285 Handle<Object> root = global_handles->Create(*g1s1); // make a root.
294 global_handles->AddObjectGroup(g1_objects, 2, NULL);
295 global_handles->SetReference(Handle<HeapObject>::cast(g1s1).location(),
297 global_handles->AddObjectGroup(g2_objects, 2, NULL);
298 global_handles->SetReference(Handle<HeapObject>::cast(g2s1).location(),
314 global_handles->ClearWeakness(g1c1.location());
315 global_handles->ClearWeakness(g2c1.location());
321 global_handles->AddObjectGroup(g1_objects, 2, NULL);
322 global_handles->SetReference(Handle<HeapObject>::cast(g1s1).location(),
324 global_handles->AddObjectGroup(g2_objects, 2, NULL);
325 global_handles->SetReference(Handle<HeapObject>::cast(g2s1).location(),
373 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles();
378 global_handles->AddObjectGroup(NULL, 0, &info);