Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h817 SetOncePointer<const Operator> stack_check_call_operator_; variable
Dwasm-compiler.cc748 if (stack_check_call_operator_ == nullptr) { in StackCheck()
770 stack_check_call_operator_ = mcgraph()->common()->Call(call_descriptor); in StackCheck()
774 graph()->NewNode(stack_check_call_operator_.get(), in StackCheck()