Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc343 explicit CatchScope(Zone* zone) : if_exception_nodes_(zone) {} in CatchScope()
350 if_exception_nodes_(zone) { in CatchScope()
378 return !if_exception_nodes_.empty(); in has_exceptional_control_flow()
383 if_exception_nodes_.push_back(if_exception); in RegisterIfExceptionNode()
391 const int size = static_cast<int>(if_exception_nodes_.size()); in MergeExceptionalPaths()
395 Node* e = if_exception_nodes_.at(0); in MergeExceptionalPaths()
403 size, if_exception_nodes_.data()); in MergeExceptionalPaths()
407 if_exception_nodes_.push_back(merge); in MergeExceptionalPaths()
409 static_cast<int>(if_exception_nodes_.size()); in MergeExceptionalPaths()
413 if_exception_nodes_ in MergeExceptionalPaths()
429 NodeVector if_exception_nodes_; global() member in v8::internal::compiler::JSCallReducerAssembler::CatchScope
[all...]

Completed in 3 milliseconds