Home
last modified time | relevance | path

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

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