Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dscanner.h139 void set_runtime_call_stats(RuntimeCallStats* runtime_call_stats) { in set_runtime_call_stats() function
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc587 void set_runtime_call_stats(RuntimeCallStats* stats) { in set_runtime_call_stats() function in v8::internal::compiler::PipelineData
1133 data_->set_runtime_call_stats(stats); in PipelineJobScope()
1136 ~PipelineJobScope() { data_->set_runtime_call_stats(nullptr); } in ~PipelineJobScope()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1669 info.character_stream()->set_runtime_call_stats(info.runtime_call_stats()); in Run()