Home | History | Annotate | Download | only in src

Lines Matching full:isolate

67   if (Isolate::Current()->bootstrapper()->IsActive()) {
99 Isolate* isolate = info->isolate();
105 isolate->factory()->NewCode(desc, flags, masm->CodeObject());
108 isolate->counters()->total_compiled_code_size()->Increment(
117 bool print_code = Isolate::Current()->bootstrapper()->IsActive()
155 Isolate* isolate = Isolate::Current();
156 if (!isolate->logger()->is_logging() && !CpuProfiler::is_profiling(isolate)) {