Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc2235 runtime_profiler_(NULL), in Throw()
2409 if (runtime_profiler_ != NULL) { in Throw()
2410 delete runtime_profiler_; in Throw()
2411 runtime_profiler_ = NULL; in Throw()
2713 runtime_profiler_ = new RuntimeProfiler(this); in Throw()
Disolate.h847 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()
1379 RuntimeProfiler* runtime_profiler_; variable