Home
last modified time | relevance | path

Searched refs:current_operand_scale (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.cc66 current_operand_scale()); in GetUnsignedOperand()
68 current_operand_scale()); in GetUnsignedOperand()
81 current_operand_scale()); in GetSignedOperand()
83 current_operand_scale()); in GetSignedOperand()
141 current_operand_scale()); in GetRegisterOperand()
143 current_operand_scale()); in GetRegisterOperand()
Dbytecode-array-iterator.h99 return Bytecodes::Size(current_bytecode(), current_operand_scale()); in current_bytecode_size_without_prefix()
105 OperandScale current_operand_scale() const { return operand_scale_; } in current_operand_scale() function
/third_party/node/deps/v8/src/runtime/
Druntime-trace.cc37 bytecode_iterator.current_operand_scale() > in AdvanceToOffsetForTracing()
185 if (bytecode_iterator.current_operand_scale() == in RUNTIME_FUNCTION()