Searched refs:GetAccumulatorUse (Results 1 – 3 of 3) sorted by relevance
521 static AccumulatorUse GetAccumulatorUse(Bytecode bytecode) { in GetAccumulatorUse() function528 return BytecodeOperands::ReadsAccumulator(GetAccumulatorUse(bytecode)); in ReadsAccumulator()533 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode)); in WritesAccumulator()
177 Bytecodes::GetAccumulatorUse(next_bytecode) == AccumulatorUse::kWrite && in MaybeElideLastBytecode()
73 DCHECK_EQ(accumulator_use_, Bytecodes::GetAccumulatorUse(bytecode_)); in ~InterpreterAssembler()1379 DCHECK_EQ(accumulator_use_, Bytecodes::GetAccumulatorUse(bytecode_)); in InlineStar()