Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.h980 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()
1754 RuntimeProfiler* runtime_profiler_ = nullptr; variable
Disolate.cc3096 if (runtime_profiler_ != nullptr) { in ThrowInternal()
3097 delete runtime_profiler_; in ThrowInternal()
3098 runtime_profiler_ = nullptr; in ThrowInternal()
3617 runtime_profiler_ = new RuntimeProfiler(this); in ThrowInternal()