Lines Matching refs:BytecodeArrayIterator
14 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator
23 void BytecodeArrayIterator::Advance() { in Advance()
28 void BytecodeArrayIterator::UpdateOperandScale() { in UpdateOperandScale()
43 bool BytecodeArrayIterator::done() const { in done()
47 Bytecode BytecodeArrayIterator::current_bytecode() const { in current_bytecode()
56 int BytecodeArrayIterator::current_bytecode_size() const { in current_bytecode_size()
61 uint32_t BytecodeArrayIterator::GetUnsignedOperand( in GetUnsignedOperand()
77 int32_t BytecodeArrayIterator::GetSignedOperand( in GetSignedOperand()
93 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const { in GetFlagOperand()
99 int32_t BytecodeArrayIterator::GetImmediateOperand(int operand_index) const { in GetImmediateOperand()
105 uint32_t BytecodeArrayIterator::GetRegisterCountOperand( in GetRegisterCountOperand()
112 uint32_t BytecodeArrayIterator::GetIndexOperand(int operand_index) const { in GetIndexOperand()
119 Register BytecodeArrayIterator::GetRegisterOperand(int operand_index) const { in GetRegisterOperand()
131 int BytecodeArrayIterator::GetRegisterOperandRange(int operand_index) const { in GetRegisterOperandRange()
144 Runtime::FunctionId BytecodeArrayIterator::GetRuntimeIdOperand( in GetRuntimeIdOperand()
153 Runtime::FunctionId BytecodeArrayIterator::GetIntrinsicIdOperand( in GetIntrinsicIdOperand()
163 Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand( in GetConstantForIndexOperand()
171 int BytecodeArrayIterator::GetJumpTargetOffset() const { in GetJumpTargetOffset()