Lines Matching full:isolate
373 LOG(i::Isolate::Current(),
490 i::Isolate* isolate = ISOLATE;
524 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
1031 Isolate* isolate = Isolate::UncheckedCurrent();
1032 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
1033 // We require a fully initialized and entered isolate.
1037 !isolate->thread_manager()->IsLockedByCurrentThread()) {
1041 Sampler* sampler = isolate->logger()->sampler();
1045 TickSample* sample = CpuProfiler::TickSampleEvent(isolate);
1051 sample->state = isolate->current_vm_state();
1198 if (!sampler->isolate()->IsInitialized()) return;
1199 sampler->isolate()->runtime_profiler()->NotifyTick();
1255 Sampler::Sampler(Isolate* isolate, int interval)
1256 : isolate_(isolate),