Home
last modified time | relevance | path

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

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