Searched refs:WritesAccumulator (Results 1 - 6 of 6) 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 Dbytecode-register-optimizer.h71 if (BytecodeOperands::WritesAccumulator(accumulator_use)) {
H A Dbytecodes.h478 static bool WritesAccumulator(Bytecode bytecode) { function in class:v8::internal::interpreter::Bytecode::final
479 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode));
H A Dinterpreter-assembler.cc89 DCHECK(Bytecodes::WritesAccumulator(bytecode_));
/external/v8/src/runtime/
H A Druntime-interpreter.cc69 (!is_input && interpreter::Bytecodes::WritesAccumulator(bytecode))) {
/external/v8/src/compiler/
H A Dbytecode-analysis.cc102 if (Bytecodes::WritesAccumulator(bytecode)) {

Completed in 195 milliseconds