Home
last modified time | relevance | path

Searched refs:profiler_data_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.h229 BasicBlockProfilerData* profiler_data() const { return profiler_data_; } in profiler_data()
231 profiler_data_ = profiler_data; in set_profiler_data()
268 BasicBlockProfilerData* profiler_data_ = nullptr; variable
/third_party/node/deps/v8/src/heap/
Dfactory.h976 profiler_data_ = profiler_data; in set_profiler_data()
1003 BasicBlockProfilerData* profiler_data_ = nullptr; variable
Dfactory.cc142 if (profiler_data_ && isolate_->IsGeneratingEmbeddedBuiltins()) { in BuildInternal()
143 on_heap_profiler_data = profiler_data_->CopyToJSHeap(isolate_); in BuildInternal()
249 if (profiler_data_ && FLAG_turbo_profiling_verbose) { in BuildInternal()
259 profiler_data_->SetCode(os); in BuildInternal()