Home | History | Annotate | Download | only in src

Lines Matching defs:isolate

152     LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
263 i::Isolate* isolate = ISOLATE;
297 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
374 Thread::Thread(Isolate* isolate, const Options& options)
376 isolate_(isolate),
382 Thread::Thread(Isolate* isolate, const char* name)
384 isolate_(isolate),
402 Thread::SetThreadLocal(Isolate::isolate_key(), thread->isolate());
687 if (!sampler->isolate()->IsInitialized()) return;
695 if (!sampler->isolate()->IsInitialized()) return;
696 sampler->isolate()->runtime_profiler()->NotifyTick();
708 TickSample* sample = CpuProfiler::TickSampleEvent(sampler->isolate());
713 sample->state = sampler->isolate()->current_vm_state();
747 Sampler::Sampler(Isolate* isolate, int interval)
748 : isolate_(isolate),