Home | History | Annotate | Download | only in src

Lines Matching refs:Isolate

37 class Isolate;
44 explicit RuntimeProfiler(Isolate* isolate);
78 static inline void IsolateEnteredJS(Isolate* isolate);
79 static inline void IsolateExitedJS(Isolate* isolate);
84 // The profiler thread can query whether some isolate is currently
109 static void HandleWakeUp(Isolate* isolate);
121 Isolate* isolate_;
167 void RuntimeProfiler::IsolateEnteredJS(Isolate* isolate) {
173 HandleWakeUp(isolate);
179 void RuntimeProfiler::IsolateExitedJS(Isolate* isolate) {