Searched refs:ReadsAccumulator (Results 1 – 6 of 6) sorted by relevance
88 if (BytecodeOperands::ReadsAccumulator(implicit_register_use)) { in NON_EXPORTED_BASE()
175 static constexpr bool ReadsAccumulator( in ReadsAccumulator() function
631 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator() function632 return BytecodeOperands::ReadsAccumulator(GetImplicitRegisterUse(bytecode)); in ReadsAccumulator()
157 DCHECK(Bytecodes::ReadsAccumulator(bytecode_)); in GetAccumulator()
71 if ((is_input && interpreter::Bytecodes::ReadsAccumulator(bytecode)) || in PrintRegisters()
202 DCHECK(Bytecodes::ReadsAccumulator(bytecode)); in UpdateInLiveness()223 if (BytecodeOperands::ReadsAccumulator(implicit_register_use)) { in UpdateInLiveness()