Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dmkpeephole.cc84 if (current == Bytecode::kToName && Bytecodes::PutsNameInAccumulator(last)) { in LookupActionAndData()
Dbytecodes.h617 static constexpr bool PutsNameInAccumulator(Bytecode bytecode) { in PutsNameInAccumulator() function