Home | History | Annotate | Download | only in src

Lines Matching defs:isolate

177     LOG(ISOLATE,
340 Isolate* isolate = Isolate::Current();
341 if (isolate->heap_profiler() == NULL) {
342 isolate->set_heap_profiler(new HeapProfiler());
350 Isolate* isolate = Isolate::Current();
351 delete isolate->heap_profiler();
352 isolate->set_heap_profiler(NULL);
362 ASSERT(Isolate::Current()->heap_profiler() != NULL);
363 return Isolate::Current()->heap_profiler()->TakeSnapshotImpl(name,
372 ASSERT(Isolate::Current()->heap_profiler() != NULL);
373 return Isolate::Current()->heap_profiler()->TakeSnapshotImpl(name,
440 HeapProfiler* profiler = Isolate::Current()->heap_profiler();
447 HeapProfiler* profiler = Isolate::Current()->heap_profiler();
454 HeapProfiler* profiler = Isolate::Current()->heap_profiler();
461 HeapProfiler* profiler = Isolate::Current()->heap_profiler();
486 LOG(ISOLATE,
776 LOG(ISOLATE,
783 Isolate* isolate = Isolate::Current();
784 LOG(isolate, HeapSampleBeginEvent("Heap", "allocated"));
785 LOG(isolate,
798 LOG(isolate,
807 isolate->global_handles()->IterateWeakRoots(PrintProducerStackTrace,
810 LOG(isolate, HeapSampleEndEvent("Heap", "allocated"));