Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-operands.h155 static constexpr bool WritesAccumulator(AccumulatorUse accumulator_use) { in WritesAccumulator() function
Dbytecode-register-optimizer.h91 if (BytecodeOperands::WritesAccumulator(accumulator_use)) { in NON_EXPORTED_BASE()
Dbytecodes.h532 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator() function
533 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode)); in WritesAccumulator()
Dinterpreter-assembler.cc148 DCHECK(Bytecodes::WritesAccumulator(bytecode_)); in SetAccumulator()
/external/v8/src/runtime/
Druntime-interpreter.cc77 (!is_input && interpreter::Bytecodes::WritesAccumulator(bytecode))) { in PrintRegisters()
/external/v8/src/compiler/
Dbytecode-analysis.cc115 if (Bytecodes::WritesAccumulator(bytecode)) { in UpdateInLiveness()