HomeSort by relevance Sort by last modified time
    Searched defs:WritesAccumulator (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
bytecode-operands.h 143 static constexpr bool WritesAccumulator(AccumulatorUse accumulator_use) {
bytecodes.h 478 static bool WritesAccumulator(Bytecode bytecode) {
479 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode));
    [all...]

Completed in 804 milliseconds