Home | History | Annotate | Download | only in src

Lines Matching refs:ISOLATE

368     LOG(i::Isolate::Current(),
485 i::Isolate* isolate = ISOLATE;
519 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
1026 Isolate* isolate = Isolate::UncheckedCurrent();
1027 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
1028 // We require a fully initialized and entered isolate.
1032 !isolate->thread_manager()->IsLockedByCurrentThread()) {
1036 Sampler* sampler = isolate->logger()->sampler();
1040 TickSample* sample = CpuProfiler::TickSampleEvent(isolate);
1046 sample->state = isolate->current_vm_state();
1193 if (!sampler->isolate()->IsInitialized()) return;
1194 sampler->isolate()->runtime_profiler()->NotifyTick();
1250 Sampler::Sampler(Isolate* isolate, int interval)
1251 : isolate_(isolate),