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

  /external/v8/test/cctest/
test-weakmaps.cc 73 GlobalHandles* global_handles = isolate->global_handles(); local
81 key = global_handles->Create(*object);
83 CHECK(!global_handles->IsWeak(key.location()));
113 CHECK(global_handles->IsWeak(key.location()));
test-weaksets.cc 76 GlobalHandles* global_handles = isolate->global_handles(); local
84 key = global_handles->Create(*object);
86 CHECK(!global_handles->IsWeak(key.location()));
112 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-heap-profiler.cc 2108 const v8::HeapGraphNode* global_handles = GetNode( local
    [all...]
test-api.cc 3915 v8::internal::GlobalHandles* global_handles = local
3943 v8::internal::GlobalHandles* global_handles = local
3981 v8::internal::GlobalHandles* global_handles = local
4214 v8::internal::GlobalHandles* global_handles = local
4285 v8::internal::GlobalHandles* global_handles = local
    [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 242 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); local
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)
373 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); local
    [all...]
test-heap.cc 541 GlobalHandles* global_handles = isolate->global_handles(); local
554 h1 = global_handles->Create(*i);
555 h2 = global_handles->Create(*u);
556 h3 = global_handles->Create(*i);
557 h4 = global_handles->Create(*u);
596 GlobalHandles* global_handles = isolate->global_handles(); local
609 h1 = global_handles->Create(*i);
610 h2 = global_handles->Create(*u)
638 GlobalHandles* global_handles = isolate->global_handles(); local
685 GlobalHandles* global_handles = isolate->global_handles(); local
4681 GlobalHandles* global_handles = isolate->global_handles(); local
    [all...]
  /external/v8/src/
isolate.h 883 GlobalHandles* global_handles() { return global_handles_; } function in class:v8::internal::Isolate
    [all...]
  /external/v8/src/debug/
debug.cc 509 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles(); local
511 Handle<DebugInfo>::cast(global_handles->Create(debug_info)).location();
551 isolate_->global_handles()->Create(*context));
2103 GlobalHandles* global_handles = isolate_->global_handles(); local
    [all...]

Completed in 239 milliseconds