Home
last modified time | relevance | path

Searched refs:compiler_dispatcher_tracer_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.h1157 return compiler_dispatcher_tracer_; in compiler_dispatcher_tracer()
1386 CompilerDispatcherTracer* compiler_dispatcher_tracer_; variable
Disolate.cc2283 delete compiler_dispatcher_tracer_; in Throw()
2284 compiler_dispatcher_tracer_ = nullptr; in Throw()
2494 compiler_dispatcher_tracer_ = new CompilerDispatcherTracer(this); in Throw()