Home | History | Annotate | Download | only in src

Lines Matching refs:Isolate

159     LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
264 i::Isolate* isolate = ISOLATE;
298 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
686 if (!sampler->isolate()->IsInitialized()) return;
694 if (!sampler->isolate()->IsInitialized()) return;
695 sampler->isolate()->runtime_profiler()->NotifyTick();
707 TickSample* sample = CpuProfiler::TickSampleEvent(sampler->isolate());
712 sample->state = sampler->isolate()->current_vm_state();
747 Sampler::Sampler(Isolate* isolate, int interval)
748 : isolate_(isolate),