Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.cc237 BasicBlockProfiler::Data* profiler_data() const { return profiler_data_; } in profiler_data()
239 profiler_data_ = profiler_data; in set_profiler_data()
373 BasicBlockProfiler::Data* profiler_data_ = nullptr; member in v8::internal::compiler::PipelineData