Lines Matching full:isolate
169 explicit LoopingThread(v8::internal::Isolate* isolate)
170 : v8::internal::Thread(isolate),
209 explicit LoopingJsThread(v8::internal::Isolate* isolate)
210 : LoopingThread(isolate) { }
213 CHECK(i::Isolate::Current() != NULL);
214 CHECK_GT(i::Isolate::Current()->thread_manager()->CurrentId(), 0);
235 explicit LoopingNonJsThread(v8::internal::Isolate* isolate)
236 : LoopingThread(isolate) { }
241 CHECK(i::Isolate::Current() != NULL);
242 CHECK_GT(i::Isolate::Current()->thread_manager()->CurrentId(), 0);
255 explicit TestSampler(v8::internal::Isolate* isolate)
256 : Sampler(isolate, 0, true, true),
287 sampler = new TestSampler(v8::internal::Isolate::Current());
292 LoopingJsThread jsThread(v8::internal::Isolate::Current());
294 LoopingNonJsThread nonJsThread(v8::internal::Isolate::Current());