Home | History | Annotate | Download | only in src

Lines Matching refs:ISOLATE

187     LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
673 Isolate* isolate = Isolate::UncheckedCurrent();
674 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
675 // We require a fully initialized and entered isolate.
679 !isolate->thread_manager()->IsLockedByCurrentThread()) {
683 Sampler* sampler = isolate->logger()->sampler();
687 TickSample* sample = CpuProfiler::TickSampleEvent(isolate);
693 sample->state = isolate->current_vm_state();
820 if (!sampler->isolate()->IsInitialized()) return;
821 sampler->isolate()->runtime_profiler()->NotifyTick();
866 Sampler::Sampler(Isolate* isolate, int interval)
867 : isolate_(isolate),