Lines Matching defs:isolate
318 LOG(i::Isolate::Current(),
440 i::Isolate* isolate = ISOLATE;
474 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
599 Thread::Thread(Isolate* isolate, const Options& options)
601 isolate_(isolate),
607 Thread::Thread(Isolate* isolate, const char* name)
609 isolate_(isolate),
630 Thread::SetThreadLocal(Isolate::isolate_key(), thread->isolate());
851 Isolate* isolate = Isolate::UncheckedCurrent();
852 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
853 // We require a fully initialized and entered isolate.
857 !isolate->thread_manager()->IsLockedByCurrentThread()) {
861 Sampler* sampler = isolate->logger()->sampler();
865 TickSample* sample = CpuProfiler::TickSampleEvent(isolate);
871 sample->state = isolate->current_vm_state();
1017 if (!sampler->isolate()->IsInitialized()) return;
1018 sampler->isolate()->runtime_profiler()->NotifyTick();
1069 Sampler::Sampler(Isolate* isolate, int interval)
1070 : isolate_(isolate),