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

  /external/v8/test/cctest/
test-weakmaps.cc 71 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
79 key = global_handles->Create(*object);
81 CHECK(!global_handles->IsWeak(key.location()));
100 global_handles->MakeWeak(key.location(),
104 CHECK(global_handles->IsWeak(key.location()));
test-mark-compact.cc 313 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
319 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
321 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
323 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
324 global_handles->MakeWeak(g1s1.location(),
327 global_handles->MakeWeak(g1s2.location(),
330 global_handles->MakeWeak(g1c1.location(),
335 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
337 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked())
441 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
    [all...]
test-heap.cc 295 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
308 h1 = global_handles->Create(*i);
309 h2 = global_handles->Create(*u);
310 h3 = global_handles->Create(*i);
311 h4 = global_handles->Create(*u);
323 global_handles->Destroy(h1.location());
324 global_handles->Destroy(h3.location());
327 global_handles->Destroy(h2.location());
328 global_handles->Destroy(h4.location())
343 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
381 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
420 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
    [all...]
test-heap-profiler.cc 1273 const v8::HeapGraphNode* global_handles = GetNode( local
1308 const v8::HeapGraphNode* global_handles = GetNode( local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-weakmaps.cc 84 GlobalHandles* global_handles = isolate->global_handles(); local
92 key = global_handles->Create(*object);
94 CHECK(!global_handles->IsWeak(key.location()));
115 global_handles->MakeWeak(key.location(),
119 CHECK(global_handles->IsWeak(key.location()));
test-weaksets.cc 84 GlobalHandles* global_handles = isolate->global_handles(); local
92 key = global_handles->Create(*object);
94 CHECK(!global_handles->IsWeak(key.location()));
115 global_handles->MakeWeak(key.location(),
119 CHECK(global_handles->IsWeak(key.location()));
test-global-handles.cc 89 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
94 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
96 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
99 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
101 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
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)
184 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
278 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
    [all...]
test-mark-compact.cc 315 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
321 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
323 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
325 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
326 global_handles->MakeWeak(g1s1.location(),
329 global_handles->MakeWeak(g1s2.location(),
332 global_handles->MakeWeak(g1c1.location(),
337 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
339 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked())
443 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
    [all...]
test-heap-profiler.cc 1704 const v8::HeapGraphNode* global_handles = GetNode( local
    [all...]
test-heap.cc 358 GlobalHandles* global_handles = isolate->global_handles(); local
371 h1 = global_handles->Create(*i);
372 h2 = global_handles->Create(*u);
373 h3 = global_handles->Create(*i);
374 h4 = global_handles->Create(*u);
386 global_handles->Destroy(h1.location());
387 global_handles->Destroy(h3.location());
390 global_handles->Destroy(h2.location());
391 global_handles->Destroy(h4.location())
411 GlobalHandles* global_handles = isolate->global_handles(); local
452 GlobalHandles* global_handles = isolate->global_handles(); local
498 GlobalHandles* global_handles = isolate->global_handles(); local
    [all...]
test-api.cc 3106 v8::internal::GlobalHandles* global_handles = local
3134 v8::internal::GlobalHandles* global_handles = local
3153 v8::internal::GlobalHandles* global_handles = NULL; local
    [all...]
  /external/v8/src/
deoptimizer.cc 1472 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
1482 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
    [all...]
debug.cc 601 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
615 (global_handles->Create(*script)));
616 global_handles->MakeWeak(
648 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
654 global_handles->ClearWeakness(location);
655 global_handles->Destroy(location);
716 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
2969 GlobalHandles* global_handles = isolate_->global_handles(); local
    [all...]
isolate.h 851 GlobalHandles* global_handles() { return global_handles_; } function in class:v8::internal::Isolate
    [all...]
  /external/chromium_org/v8/src/
debug.cc 636 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
649 (global_handles->Create(*script)));
650 global_handles->MakeWeak(reinterpret_cast<Object**>(script_.location()),
682 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
688 global_handles->ClearWeakness(location);
689 global_handles->Destroy(location);
753 GlobalHandles* global_handles = Isolate::Current()->global_handles(); local
3243 GlobalHandles* global_handles = isolate_->global_handles(); local
    [all...]
isolate.h 923 GlobalHandles* global_handles() { return global_handles_; } function in class:v8::internal::Isolate
    [all...]

Completed in 302 milliseconds