Searched refs:ReadsAccumulator (Results 1 – 6 of 6) sorted by relevance
88 if (BytecodeOperands::ReadsAccumulator(accumulator_use)) { in NON_EXPORTED_BASE()
174 static constexpr bool ReadsAccumulator(AccumulatorUse accumulator_use) { in ReadsAccumulator() function
544 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator() function545 return BytecodeOperands::ReadsAccumulator(GetAccumulatorUse(bytecode)); in ReadsAccumulator()
156 DCHECK(Bytecodes::ReadsAccumulator(bytecode_)); in GetAccumulator()
60 if ((is_input && interpreter::Bytecodes::ReadsAccumulator(bytecode)) || in PrintRegisters()
110 DCHECK(Bytecodes::ReadsAccumulator(bytecode)); in UpdateInLiveness()169 if (Bytecodes::ReadsAccumulator(bytecode)) { in UpdateInLiveness()