Lines Matching refs:ISOLATE
77 Isolate* isolate = Isolate::UncheckedCurrent();
78 // Note that the current isolate isn't set up in a call path via
81 if (isolate != NULL) {
83 uint64_t rnd1 = V8::RandomPrivate(isolate);
84 uint64_t rnd2 = V8::RandomPrivate(isolate);
91 uint32_t raw_addr = V8::RandomPrivate(isolate);
193 LOG(i::Isolate::Current(),
287 i::Isolate* isolate = ISOLATE;
321 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
734 Isolate* isolate = Isolate::UncheckedCurrent();
735 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
736 // We require a fully initialized and entered isolate.
740 !isolate->thread_manager()->IsLockedByCurrentThread()) {
744 Sampler* sampler = isolate->logger()->sampler();
748 TickSample* sample = CpuProfiler::TickSampleEvent(isolate);
752 sample->state = isolate->current_vm_state();
898 if (!sampler->isolate()->IsInitialized()) return;
899 sampler->isolate()->runtime_profiler()->NotifyTick();
946 Sampler::Sampler(Isolate* isolate, int interval)
947 : isolate_(isolate),