Home
last modified time | relevance | path

Searched refs:SubgraphScope (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dgraph.h43 class V8_NODISCARD SubgraphScope final {
45 explicit SubgraphScope(Graph* graph) in SubgraphScope() function in v8::internal::compiler::final::final
47 ~SubgraphScope() { in ~SubgraphScope()
51 SubgraphScope(const SubgraphScope&) = delete;
52 SubgraphScope& operator=(const SubgraphScope&) = delete;
H A Djs-inlining.cc398 Graph::SubgraphScope scope(graph()); in ReduceJSWasmCall()
573 Graph::SubgraphScope scope(graph()); in ReduceJSCall()
H A Dwasm-inlining.cc205 Graph::SubgraphScope scope(graph()); in Finalize()

Completed in 4 milliseconds