HomeSort by relevance Sort by last modified time
    Searched defs:global_handles (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/v8/test/cctest/
test-weakmaps.cc 88 GlobalHandles* global_handles = isolate->global_handles(); local
96 key = global_handles->Create(*object);
98 CHECK(!global_handles->IsWeak(key.location()));
124 CHECK(global_handles->IsWeak(key.location()));
test-weaksets.cc 88 GlobalHandles* global_handles = isolate->global_handles(); local
96 key = global_handles->Create(*object);
98 CHECK(!global_handles->IsWeak(key.location()));
124 CHECK(global_handles->IsWeak(key.location()));
test-global-handles.cc 90 GlobalHandles* global_handles = isolate->global_handles(); local
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)
185 GlobalHandles* global_handles = isolate->global_handles(); local
280 GlobalHandles* global_handles = isolate->global_handles(); local
    [all...]
test-mark-compact.cc 248 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); local
254 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
256 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
258 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
273 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
275 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
277 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
291 Handle<Object> root = global_handles->Create(*g1s1); // make a root.
302 global_handles->AddObjectGroup(g1_objects, 2, NULL)
383 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); local
    [all...]
test-heap-profiler.cc 1924 const v8::HeapGraphNode* global_handles = GetNode( local
    [all...]