Searched refs:GetAccumulatorUse (Results 1 – 3 of 3) sorted by relevance
467 static AccumulatorUse GetAccumulatorUse(Bytecode bytecode) { in GetAccumulatorUse() function474 return BytecodeOperands::ReadsAccumulator(GetAccumulatorUse(bytecode)); in ReadsAccumulator()479 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode)); in WritesAccumulator()
110 Bytecodes::GetAccumulatorUse(current) == AccumulatorUse::kWrite) { in LookupActionAndData()
63 DCHECK_EQ(accumulator_use_, Bytecodes::GetAccumulatorUse(bytecode_)); in ~InterpreterAssembler()1066 DCHECK_EQ(accumulator_use_, Bytecodes::GetAccumulatorUse(bytecode_)); in InlineStar()