Searched refs:BranchExpectTrue (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 303 builder_->BranchExpectTrue(cond.node, &if_true, &if_false); in If() 545 builder_->BranchExpectTrue(cond.node, &tenv->control, &fenv->control); in BrIf()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 314 Node* BranchExpectTrue(Node* cond, Node** true_node, Node** false_node);
|
H A D | wasm-compiler.cc | 746 BranchExpectTrue(check, &if_true, &if_false); in StackCheck() 1436 Node* WasmGraphBuilder::BranchExpectTrue(Node* cond, Node** true_node, in BranchExpectTrue() function in v8::internal::compiler::WasmGraphBuilder
|
Completed in 17 milliseconds