Searched refs:AddInputs (Results 1 – 2 of 2) sorted by relevance
695 if_true->AddInputs(args...); in Branch()696 if_false->AddInputs(args...); in Branch()712 label->AddInputs(args...); in Goto()1550 void AddInputs(std::vector<Node*> inputs);1575 CodeAssemblerParameterizedLabelBase::AddInputs(std::move(inputs)); in AddInputsVector()1577 void AddInputs(TNode<Types>... inputs) { in AddInputs() function1578 CodeAssemblerParameterizedLabelBase::AddInputs( in AddInputs()
989 label->AddInputs({UncheckedCast<Object>(exception_value)}); in HandleException()1652 void CodeAssemblerParameterizedLabelBase::AddInputs(std::vector<Node*> inputs) { in AddInputs() function in v8::internal::compiler::CodeAssemblerParameterizedLabelBase