Home | History | Annotate | Download | only in profiler

Lines Matching refs:Isolate

14 #include "src/isolate.h"
136 ProfilerEventsProcessor(Isolate* isolate, ProfileGenerator* generator,
147 void AddCurrentStack(Isolate* isolate, bool update_stats = false);
148 void AddDeoptStack(Isolate* isolate, Address from, int fp_to_sp_delta);
192 explicit CpuProfiler(Isolate* isolate);
194 CpuProfiler(Isolate* isolate, CpuProfilesCollection* profiles,
200 static void CollectSample(Isolate* isolate);
222 Isolate* isolate() const { return isolate_; }
236 Isolate* const isolate_;