Home
last modified time | relevance | path

Searched refs:WritesAccumulator (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.h94 if (BytecodeOperands::WritesAccumulator(implicit_register_use)) { in PrepareForBytecode()
H A Dbytecode-operands.h183 static constexpr bool WritesAccumulator( in WritesAccumulator() function in v8::internal::interpreter::OperandScale::OperandSize::OperandType::ImplicitRegisterUse::BytecodeOperands
H A Dbytecodes.h636 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator() function in v8::internal::interpreter::Bytecode::final
637 return BytecodeOperands::WritesAccumulator( in WritesAccumulator()
H A Dinterpreter-assembler.cc164 DCHECK(Bytecodes::WritesAccumulator(bytecode_)); in SetAccumulator()
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc72 (!is_input && interpreter::Bytecodes::WritesAccumulator(bytecode))) { in PrintRegisters()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc212 if (BytecodeOperands::WritesAccumulator(implicit_register_use)) { in UpdateInLiveness()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc511 !interpreter::Bytecodes::WritesAccumulator(bytecode) && in VisitSingleBytecode()

Completed in 11 milliseconds