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

  /external/v8/src/interpreter/
bytecode-operands.h 143 static constexpr bool WritesAccumulator(AccumulatorUse accumulator_use) {
bytecode-register-optimizer.h 71 if (BytecodeOperands::WritesAccumulator(accumulator_use)) {
bytecodes.h 478 static bool WritesAccumulator(Bytecode bytecode) {
479 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode));
    [all...]
interpreter-assembler.cc 89 DCHECK(Bytecodes::WritesAccumulator(bytecode_));
    [all...]
  /external/v8/src/runtime/
runtime-interpreter.cc 69 (!is_input && interpreter::Bytecodes::WritesAccumulator(bytecode))) {
  /external/v8/src/compiler/
bytecode-analysis.cc 102 if (Bytecodes::WritesAccumulator(bytecode)) {

Completed in 166 milliseconds