Lines Matching full:isolate
175 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
302 LOG(i::Isolate::Current(), SharedLibraryEvent(start_of_path, start, end));
681 Isolate* isolate = Isolate::UncheckedCurrent();
682 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
683 // We require a fully initialized and entered isolate.
687 !isolate->thread_manager()->IsLockedByCurrentThread()) {
691 Sampler* sampler = isolate->logger()->sampler();
695 TickSample* sample = CpuProfiler::TickSampleEvent(isolate);
701 sample->state = isolate->current_vm_state();
816 if (!sampler->isolate()->IsInitialized()) return;
817 sampler->isolate()->runtime_profiler()->NotifyTick();
862 Sampler::Sampler(Isolate* isolate, int interval)
863 : isolate_(isolate),