Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-register-optimizer.h65 if (BytecodeOperands::ReadsAccumulator(accumulator_use)) { in NON_EXPORTED_BASE()
Dbytecode-operands.h137 static constexpr bool ReadsAccumulator(AccumulatorUse accumulator_use) { in ReadsAccumulator() function
Dbytecodes.h473 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator() function
474 return BytecodeOperands::ReadsAccumulator(GetAccumulatorUse(bytecode)); in ReadsAccumulator()
Dinterpreter-assembler.cc83 DCHECK(Bytecodes::ReadsAccumulator(bytecode_)); in GetAccumulator()
/external/v8/src/runtime/
Druntime-interpreter.cc68 if ((is_input && interpreter::Bytecodes::ReadsAccumulator(bytecode)) || in PrintRegisters()
/external/v8/src/compiler/
Dbytecode-analysis.cc140 if (Bytecodes::ReadsAccumulator(bytecode)) { in UpdateInLiveness()