Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc2448 runtime_profiler_(nullptr), in Throw()
2646 if (runtime_profiler_ != nullptr) { in Throw()
2647 delete runtime_profiler_; in Throw()
2648 runtime_profiler_ = nullptr; in Throw()
3035 runtime_profiler_ = new RuntimeProfiler(this); in Throw()
Disolate.h1008 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()
1672 RuntimeProfiler* runtime_profiler_; variable