Home | History | Annotate | Download | only in src

Lines Matching refs:Isolate

61 class Isolate;
69 #define LOG(isolate, Call) \
72 (isolate)->logger(); \
77 #define LOG_CODE_EVENT(isolate, Call) \
80 (isolate)->logger(); \
163 bool SetUp(Isolate* isolate);
293 static void EnterExternal(Isolate* isolate);
294 static void LeaveExternal(Isolate* isolate);
298 INLINE(static void CallEventLogger(Isolate* isolate, const char* name,
343 explicit Logger(Isolate* isolate);
375 Isolate* isolate_;
391 friend class Isolate;
435 explicit TimerEventScope(Isolate* isolate) : isolate_(isolate) {
444 Isolate* isolate_;