Searched refs:WritesAccumulator (Results 1 – 7 of 7) sorted by relevance
94 if (BytecodeOperands::WritesAccumulator(implicit_register_use)) { in NON_EXPORTED_BASE()
183 static constexpr bool WritesAccumulator( in WritesAccumulator() function
636 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator() function637 return BytecodeOperands::WritesAccumulator( in WritesAccumulator()
164 DCHECK(Bytecodes::WritesAccumulator(bytecode_)); in SetAccumulator()
72 (!is_input && interpreter::Bytecodes::WritesAccumulator(bytecode))) { in PrintRegisters()
212 if (BytecodeOperands::WritesAccumulator(implicit_register_use)) { in UpdateInLiveness()
511 !interpreter::Bytecodes::WritesAccumulator(bytecode) && in VisitSingleBytecode()