Searched defs:WritesAccumulator (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-operands.h143 static constexpr bool WritesAccumulator(AccumulatorUse accumulator_use) { function in class:v8::internal::interpreter::OperandScale::OperandSize::OperandType::AccumulatorUse::BytecodeOperands
H A Dbytecodes.h478 static bool WritesAccumulator(Bytecode bytecode) { function in class:v8::internal::interpreter::Bytecode::final
479 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode));

Completed in 484 milliseconds