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.cc59 Bytecodes::Size(current_bytecode(), current_operand_scale()); in current_bytecode_size()
73 current_operand_scale()); in GetUnsignedOperand()
75 current_operand_scale()); in GetUnsignedOperand()
89 current_operand_scale()); in GetSignedOperand()
91 current_operand_scale()); in GetSignedOperand()
134 current_operand_scale()); in GetRegisterOperand()
136 current_operand_scale()); in GetRegisterOperand()
Dbytecode-array-accessor.h29 OperandScale current_operand_scale() const { return operand_scale_; } in current_operand_scale() function
/external/v8/src/runtime/
Druntime-interpreter.cc48 bytecode_iterator.current_operand_scale() > in AdvanceToOffsetForTracing()
152 if (bytecode_iterator.current_operand_scale() == in RUNTIME_FUNCTION()