Home | History | Annotate | Download | only in src

Lines Matching full:isolate

299   heap_->isolate()->inner_pointer_to_code_cache()->Flush();
670 heap()->isolate()->context_exit_happened() || Serializer::enabled();
729 heap()->isolate()->stub_cache()->Clear();
765 explicit CodeFlusher(Isolate* isolate)
766 : isolate_(isolate),
884 Isolate* isolate_;
1089 ASSERT(Isolate::Current()->heap()->Contains(obj));
1108 StackLimitCheck check(heap->isolate());
1592 void VisitThread(Isolate* isolate, ThreadLocalTop* top) {
1593 collector_->PrepareThreadForCodeFlushing(isolate, top);
1646 void MarkCompactCollector::PrepareThreadForCodeFlushing(Isolate* isolate,
1648 for (StackFrameIterator it(isolate, top); !it.done(); it.Advance()) {
1665 ASSERT(heap() == Isolate::Current()->heap());
1674 if (heap()->isolate()->debug()->IsLoaded() ||
1675 heap()->isolate()->debug()->has_break_points()) {
1691 PrepareThreadForCodeFlushing(heap()->isolate(),
1692 heap()->isolate()->thread_local_top());
1697 heap()->isolate()->thread_manager()->IterateArchivedThreads(
1701 heap()->isolate()->compilation_cache()->IterateFunctions(&visitor);
1702 heap()->isolate()->handle_scope_implementer()->Iterate(&visitor);
2088 heap()->isolate()->global_handles()->object_groups();
2136 heap()->isolate()->global_handles()->implicit_ref_groups();
2269 PostponeInterruptsScope postpone(heap()->isolate());
2343 heap()->isolate()->global_handles()->IdentifyWeakHandles(
2346 heap()->isolate()->global_handles()->IterateWeakRoots(&root_visitor);
2382 heap()->isolate()->global_handles()->RemoveObjectGroups();
2383 heap()->isolate()->global_handles()->RemoveImplicitRefGroups();
2392 heap()->isolate()->runtime_profiler()->RemoveDeadSamples();
2681 PROFILE(heap()->isolate(), CodeMoveEvent(src, dst));
3409 heap()->isolate()->runtime_profiler()->UpdateSamplesAfterCompact(
3974 code_flusher_ = new CodeFlusher(heap()->isolate());
3987 Isolate* isolate) {
3994 PROFILE(isolate, CodeDeleteEvent(obj->address()));