Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-accessor.cc74 Bytecodes::Size(current_bytecode(), current_operand_scale()); in current_bytecode_size()
88 current_operand_scale()); in GetUnsignedOperand()
90 current_operand_scale()); in GetUnsignedOperand()
104 current_operand_scale()); in GetSignedOperand()
106 current_operand_scale()); in GetSignedOperand()
154 current_operand_scale()); in GetRegisterOperand()
156 current_operand_scale()); in GetRegisterOperand()
Dbytecode-array-accessor.h78 OperandScale current_operand_scale() const { return operand_scale_; } in current_operand_scale() function
/external/v8/src/runtime/
Druntime-interpreter.cc56 bytecode_iterator.current_operand_scale() > in AdvanceToOffsetForTracing()
169 if (bytecode_iterator.current_operand_scale() == in RUNTIME_FUNCTION()