HomeSort by relevance Sort by last modified time
    Searched refs:GetAccumulatorUse (Results 1 - 3 of 3) sorted by null

  /external/v8/src/interpreter/
mkpeephole.cc 110 Bytecodes::GetAccumulatorUse(current) == AccumulatorUse::kWrite) {
bytecodes.h 467 static AccumulatorUse GetAccumulatorUse(Bytecode bytecode) {
474 return BytecodeOperands::ReadsAccumulator(GetAccumulatorUse(bytecode));
479 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode));
    [all...]
interpreter-assembler.cc 63 DCHECK_EQ(accumulator_use_, Bytecodes::GetAccumulatorUse(bytecode_));
    [all...]

Completed in 179 milliseconds