Searched refs:WritesAccumulator (Results 1 – 6 of 6) sorted by relevance
155 static constexpr bool WritesAccumulator(AccumulatorUse accumulator_use) { in WritesAccumulator() function
91 if (BytecodeOperands::WritesAccumulator(accumulator_use)) { in NON_EXPORTED_BASE()
532 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator() function533 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode)); in WritesAccumulator()
148 DCHECK(Bytecodes::WritesAccumulator(bytecode_)); in SetAccumulator()
77 (!is_input && interpreter::Bytecodes::WritesAccumulator(bytecode))) { in PrintRegisters()
115 if (Bytecodes::WritesAccumulator(bytecode)) { in UpdateInLiveness()