Lines Matching full:isolate
49 Isolate* isolate = Isolate::Current();
52 isolate->global_handles()->ClearWeakness(token_locations_[i]);
53 isolate->global_handles()->Destroy(token_locations_[i]);
60 Isolate* isolate = Isolate::Current();
65 Handle<Object> handle = isolate->global_handles()->Create(token);
68 isolate->global_handles()->MakeWeak(handle.location(), this,
1639 : heap_(Isolate::Current()->heap()),
2218 LookupResult result(heap->isolate());
2600 Isolate* isolate = Isolate::Current();
2602 isolate->global_handles()->IterateAllRoots(&enumerator);
2604 isolate->factory()->NewStringFromAscii(CStrVector("document"));
2606 isolate->factory()->NewStringFromAscii(CStrVector("URL"));
2734 Isolate* isolate = Isolate::Current();
2736 isolate->heap()->CallGlobalGCPrologueCallback();
2737 List<ObjectGroup*>* groups = isolate->global_handles()->object_groups();
2749 isolate->global_handles()->RemoveObjectGroups();
2750 isolate->heap()->CallGlobalGCEpilogueCallback();
2753 isolate->global_handles()->IterateAllRootsWithClassIds(&extractor);
2758 Isolate* isolate = Isolate::Current();
2760 isolate->global_handles()->implicit_ref_groups();
2912 Isolate* isolate = Isolate::Current();
2914 isolate->heap_profiler()->ExecuteWrapperClassCallback(class_id, p);
3060 Isolate::Current()->heap()->CollectAllGarbage(
3063 Isolate::Current()->heap()->CollectAllGarbage(
3068 Heap* debug_heap = Isolate::Current()->heap();