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

  /external/chromium_org/v8/test/cctest/
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 253 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); local
259 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
261 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
263 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
278 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
280 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
282 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
296 Handle<Object> root = global_handles->Create(*g1s1); // make a root.
305 global_handles->AddObjectGroup(g1_objects, 2, NULL)
384 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); local
    [all...]
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-heap.cc 334 GlobalHandles* global_handles = isolate->global_handles(); local
347 h1 = global_handles->Create(*i);
348 h2 = global_handles->Create(*u);
349 h3 = global_handles->Create(*i);
350 h4 = global_handles->Create(*u);
389 GlobalHandles* global_handles = isolate->global_handles(); local
402 h1 = global_handles->Create(*i);
403 h2 = global_handles->Create(*u)
431 GlobalHandles* global_handles = isolate->global_handles(); local
478 GlobalHandles* global_handles = isolate->global_handles(); local
3863 GlobalHandles* global_handles = isolate->global_handles(); local
    [all...]
test-api.cc 3503 v8::internal::GlobalHandles* global_handles = local
3531 v8::internal::GlobalHandles* global_handles = local
3569 v8::internal::GlobalHandles* global_handles = local
3653 v8::internal::GlobalHandles* global_handles = local
3715 v8::internal::GlobalHandles* global_handles = local
    [all...]
test-heap-profiler.cc 2048 const v8::HeapGraphNode* global_handles = GetNode( local
    [all...]
  /external/chromium_org/v8/src/
global-handles.cc 305 explicit NodeBlock(GlobalHandles* global_handles, NodeBlock* next)
310 global_handles_(global_handles) {}
346 GlobalHandles* global_handles() { return global_handles_; }
366 return FindBlock()->global_handles();
382 GlobalHandles* global_handles = node_block->global_handles();
383 global_handles->isolate()->counters()->global_handles()->Increment();
384 global_handles->number_of_global_handles_++;
390 GlobalHandles* global_handles = node_block->global_handles()
    [all...]
heap-profiler.cc 171 heap()->isolate()->global_handles()->SetRetainedObjectInfo(id, info);
allocation-tracker.cc 311 script->GetIsolate()->global_handles()->Create(script));
debug.cc 615 GlobalHandles* global_handles = isolate_->global_handles(); local
634 Handle<Script>::cast(global_handles->Create(*script));
715 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles(); local
716 debug_info_ = Handle<DebugInfo>::cast(global_handles->Create(debug_info));
842 isolate_->global_handles()->Create(*context));
2923 GlobalHandles* global_handles = isolate_->global_handles(); local
    [all...]
heap-snapshot-generator.cc     [all...]
counters.h 382 SC(global_handles, V8.GlobalHandles) \
isolate.cc     [all...]
isolate.h 916 GlobalHandles* global_handles() { return global_handles_; } function in class:v8::internal::Isolate
    [all...]
api.cc 496 i::Handle<i::Object> result = isolate->global_handles()->Create(*obj);
    [all...]
serialize.cc     [all...]
runtime.cc     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/heap/
heap.cc 607 if (FLAG_print_global_handles) isolate_->global_handles()->Print();
    [all...]
mark-compact.cc     [all...]

Completed in 499 milliseconds