Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.h88 if (BytecodeOperands::ReadsAccumulator(implicit_register_use)) { in PrepareForBytecode()
H A Dbytecode-operands.h175 static constexpr bool ReadsAccumulator( in ReadsAccumulator() function in v8::internal::interpreter::OperandScale::OperandSize::OperandType::ImplicitRegisterUse::BytecodeOperands
H A Dbytecodes.h631 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator() function in v8::internal::interpreter::Bytecode::final
632 return BytecodeOperands::ReadsAccumulator(GetImplicitRegisterUse(bytecode)); in ReadsAccumulator()
H A Dinterpreter-assembler.cc157 DCHECK(Bytecodes::ReadsAccumulator(bytecode_)); in GetAccumulator()
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc71 if ((is_input && interpreter::Bytecodes::ReadsAccumulator(bytecode)) || in PrintRegisters()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc202 DCHECK(Bytecodes::ReadsAccumulator(bytecode)); in UpdateInLiveness()
223 if (BytecodeOperands::ReadsAccumulator(implicit_register_use)) { in UpdateInLiveness()

Completed in 8 milliseconds