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

  /external/v8/src/interpreter/
bytecode-operands.h 137 static constexpr bool ReadsAccumulator(AccumulatorUse accumulator_use) {
bytecode-register-optimizer.h 65 if (BytecodeOperands::ReadsAccumulator(accumulator_use)) {
bytecodes.h 473 static bool ReadsAccumulator(Bytecode bytecode) {
474 return BytecodeOperands::ReadsAccumulator(GetAccumulatorUse(bytecode));
    [all...]
interpreter-assembler.cc 83 DCHECK(Bytecodes::ReadsAccumulator(bytecode_));
    [all...]
  /external/v8/src/runtime/
runtime-interpreter.cc 68 if ((is_input && interpreter::Bytecodes::ReadsAccumulator(bytecode)) ||
  /external/v8/src/compiler/
bytecode-analysis.cc 140 if (Bytecodes::ReadsAccumulator(bytecode)) {

Completed in 181 milliseconds