Lines Matching defs:isolate
50 Isolate* isolate = Isolate::Current();
53 isolate->global_handles()->ClearWeakness(token_locations_[i]);
54 isolate->global_handles()->Destroy(token_locations_[i]);
61 Isolate* isolate = Isolate::Current();
66 Handle<Object> handle = isolate->global_handles()->Create(token);
69 isolate->global_handles()->MakeWeak(handle.location(), this,
2290 Isolate* isolate = Isolate::Current();
2292 isolate->heap()->CallGlobalGCPrologueCallback();
2293 List<ObjectGroup*>* groups = isolate->global_handles()->object_groups();
2305 isolate->global_handles()->RemoveObjectGroups();
2306 isolate->heap()->CallGlobalGCEpilogueCallback();
2309 isolate->global_handles()->IterateAllRootsWithClassIds(&extractor);
2387 Isolate* isolate = Isolate::Current();
2389 isolate->heap_profiler()->ExecuteWrapperClassCallback(class_id, p);