Lines Matching refs:ISOLATE
879 Isolate* isolate = Isolate::UncheckedCurrent();
880 // Note that the current isolate isn't set up in a call path via
883 if (isolate != NULL) {
896 uintptr_t address = (V8::RandomPrivate(isolate) << kPageSizeBits)
936 LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed"));
1273 LOG(i::Isolate::Current(),
2021 if (!sampler->isolate()->IsInitialized()) return;
2029 if (!sampler->isolate()->IsInitialized()) return;
2030 sampler->isolate()->runtime_profiler()->NotifyTick();
2042 TickSample* sample = CpuProfiler::TickSampleEvent(sampler->isolate());
2047 sample->state = sampler->isolate()->current_vm_state();
2082 Sampler::Sampler(Isolate* isolate, int interval)
2083 : isolate_(isolate),