Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.h81 void DoBinaryOpWithFeedback(InterpreterAssembler* assembler);
Dinterpreter.cc966 void Interpreter::DoBinaryOpWithFeedback(InterpreterAssembler* assembler) { in DoBinaryOpWithFeedback() function in v8::internal::interpreter::Interpreter
1089 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()