Lines Matching refs:trace_scope
46 CodeTracer::Scope* trace_scope)
49 trace_scope_(trace_scope),
664 FILE* file = trace_scope()->file();
698 PrintF(trace_scope()->file(), "[bailout end. took %0.3f ms]\n",
827 verbose_tracing_enabled() ? trace_scope()->file() : nullptr;
1005 PrintF(trace_scope()->file(), " translating %s frame ",
1008 PrintF(trace_scope()->file(), "%s", name.get());
1009 PrintF(trace_scope()->file(), " => bytecode_offset=%d, ",
1011 PrintF(trace_scope()->file(), "variable_frame_size=%d, frame_size=%d%s\n",
1042 PrintF(trace_scope()->file(), " -------------------------\n");
1130 PrintF(trace_scope()->file(), " -------------------------\n");
1334 PrintF(trace_scope()->file(),
1685 PrintF(trace_scope()->file(),
1935 PrintF(trace_scope()->file(),
1939 value->ShortPrint(trace_scope()->file());
1940 PrintF(trace_scope()->file(), "\n");
1951 FILE* file = trace_scope()->file();