Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dpipeline.cc1130 class V8_NODISCARD PipelineJobScope { class
1132 PipelineJobScope(PipelineData* data, RuntimeCallStats* stats) : data_(data) { in PipelineJobScope() function in v8::internal::compiler::__anon57f8d59b0311::PipelineJobScope
1136 ~PipelineJobScope() { data_->set_runtime_call_stats(nullptr); } in ~PipelineJobScope()
1149 PipelineJobScope scope(&data_, isolate->counters()->runtime_call_stats()); in PrepareJobImpl()
1210 PipelineJobScope scope(&data_, stats); in ExecuteJobImpl()
1230 PipelineJobScope scope(&data_, isolate->counters()->runtime_call_stats()); in FinalizeJobImpl()
2906 PipelineJobScope scope(&data, isolate->counters()->runtime_call_stats()); in GenerateCodeForCodeStub()
2977 PipelineJobScope second_scope(&second_data, in GenerateCodeForCodeStub()