Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h334 SetOncePointer<const Operator> stack_check_call_operator_; variable
Dwasm-compiler.cc270 if (stack_check_call_operator_ == nullptr) { in StackCheck()
284 stack_check_call_operator_ = mcgraph()->common()->Call(call_descriptor); in StackCheck()
287 Node* call = graph()->NewNode(stack_check_call_operator_.get(), in StackCheck()