Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-operands.h149 static constexpr bool ReadsAccumulator(AccumulatorUse accumulator_use) { in ReadsAccumulator() function
Dbytecode-register-optimizer.h85 if (BytecodeOperands::ReadsAccumulator(accumulator_use)) { in NON_EXPORTED_BASE()
Dbytecodes.h527 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator() function
528 return BytecodeOperands::ReadsAccumulator(GetAccumulatorUse(bytecode)); in ReadsAccumulator()
Dinterpreter-assembler.cc142 DCHECK(Bytecodes::ReadsAccumulator(bytecode_)); in GetAccumulator()
/external/v8/src/runtime/
Druntime-interpreter.cc76 if ((is_input && interpreter::Bytecodes::ReadsAccumulator(bytecode)) || in PrintRegisters()
/external/v8/src/compiler/
Dbytecode-analysis.cc105 DCHECK(Bytecodes::ReadsAccumulator(bytecode)); in UpdateInLiveness()
164 if (Bytecodes::ReadsAccumulator(bytecode)) { in UpdateInLiveness()