HomeSort by relevance Sort by last modified time
    Searched defs:global_handles (Results 1 - 7 of 7) 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/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...]

Completed in 118 milliseconds