Home
last modified time | relevance | path

Searched refs:WritesAccumulator (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-register-optimizer.h71 if (BytecodeOperands::WritesAccumulator(accumulator_use)) { in NON_EXPORTED_BASE()
Dbytecode-operands.h143 static constexpr bool WritesAccumulator(AccumulatorUse accumulator_use) { in WritesAccumulator() function
Dbytecodes.h478 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator() function
479 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode)); in WritesAccumulator()
Dinterpreter-assembler.cc89 DCHECK(Bytecodes::WritesAccumulator(bytecode_)); in SetAccumulator()
/external/v8/src/runtime/
Druntime-interpreter.cc69 (!is_input && interpreter::Bytecodes::WritesAccumulator(bytecode))) { in PrintRegisters()
/external/v8/src/compiler/
Dbytecode-analysis.cc102 if (Bytecodes::WritesAccumulator(bytecode)) { in UpdateInLiveness()