Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.h101 void DoUnaryOpWithFeedback(InterpreterAssembler* assembler);
Dinterpreter.cc1476 void Interpreter::DoUnaryOpWithFeedback(InterpreterAssembler* assembler) { in DoUnaryOpWithFeedback() function in v8::internal::interpreter::Interpreter
1522 DoUnaryOpWithFeedback<IncStub>(assembler); in DoInc()
1529 DoUnaryOpWithFeedback<DecStub>(assembler); in DoDec()