Searched refs:DoBinaryOpWithFeedback (Results 1 – 2 of 2) sorted by relevance
81 void DoBinaryOpWithFeedback(InterpreterAssembler* assembler);
966 void Interpreter::DoBinaryOpWithFeedback(InterpreterAssembler* assembler) { in DoBinaryOpWithFeedback() function in v8::internal::interpreter::Interpreter1089 DoBinaryOpWithFeedback<AddWithFeedbackStub>(assembler); in DoAdd()1096 DoBinaryOpWithFeedback<SubtractWithFeedbackStub>(assembler); in DoSub()1103 DoBinaryOpWithFeedback<MultiplyWithFeedbackStub>(assembler); in DoMul()1110 DoBinaryOpWithFeedback<DivideWithFeedbackStub>(assembler); in DoDiv()1117 DoBinaryOpWithFeedback<ModulusWithFeedbackStub>(assembler); in DoMod()