Lines Matching refs:isolate_
244 processor_->AddDeoptStack(isolate_, pc, fp_to_sp_delta); in CodeEventHandler()
297 : isolate_(isolate), in CpuProfiler()
310 g_profilers_manager.Pointer()->RemoveProfiler(isolate_, this); in ~CpuProfiler()
319 profiles_.reset(new CpuProfilesCollection(isolate_)); in ResetProfiles()
326 RuntimeCallStats* rcs = isolate_->counters()->runtime_call_stats(); in CreateEntriesForRuntimeCallStats()
344 processor_->AddCurrentStack(isolate_); in CollectSample()
359 isolate_->debug()->feature_tracker()->Track(DebugFeatureTracker::kProfiler); in StartProfiling()
364 processor_->AddCurrentStack(isolate_); in StartProcessorIfNotStarted()
367 Logger* logger = isolate_->logger(); in StartProcessorIfNotStarted()
378 processor_.reset(new ProfilerEventsProcessor(isolate_, generator_.get(), in StartProcessorIfNotStarted()
381 profiler_listener_.reset(new ProfilerListener(isolate_, this)); in StartProcessorIfNotStarted()
385 isolate_->set_is_profiling(true); in StartProcessorIfNotStarted()
387 DCHECK(isolate_->heap()->HasBeenSetUp()); in StartProcessorIfNotStarted()
397 processor_->AddCurrentStack(isolate_); in StartProcessorIfNotStarted()
417 Logger* logger = isolate_->logger(); in StopProcessor()
419 isolate_->set_is_profiling(false); in StopProcessor()
428 Builtins* builtins = isolate_->builtins(); in LogBuiltins()