Home | History | Annotate | Download | only in builtins

Lines Matching refs:var_input

164   Variable var_input(assembler, MachineRepresentation::kTagged);
165 Label loop(assembler, &var_input);
166 var_input.Bind(assembler->Parameter(1));
171 Node* input = var_input.value();
253 var_input.Bind(assembler->CallStub(callable, context, input));