Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h705 if_true->AddInputsVector(std::move(args_true)); in Branch()
706 if_false->AddInputsVector(std::move(args_false)); in Branch()
1574 void AddInputsVector(std::vector<Node*> inputs) { in AddInputsVector() function