Lines Matching refs:BytecodeArrayIterator
15 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator
24 void BytecodeArrayIterator::Advance() { in Advance()
29 void BytecodeArrayIterator::UpdateOperandScale() { in UpdateOperandScale()
44 bool BytecodeArrayIterator::done() const { in done()
48 Bytecode BytecodeArrayIterator::current_bytecode() const { in current_bytecode()
57 int BytecodeArrayIterator::current_bytecode_size() const { in current_bytecode_size()
62 uint32_t BytecodeArrayIterator::GetUnsignedOperand( in GetUnsignedOperand()
78 int32_t BytecodeArrayIterator::GetSignedOperand( in GetSignedOperand()
94 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const { in GetFlagOperand()
100 uint32_t BytecodeArrayIterator::GetUnsignedImmediateOperand( in GetUnsignedImmediateOperand()
107 int32_t BytecodeArrayIterator::GetImmediateOperand(int operand_index) const { in GetImmediateOperand()
113 uint32_t BytecodeArrayIterator::GetRegisterCountOperand( in GetRegisterCountOperand()
120 uint32_t BytecodeArrayIterator::GetIndexOperand(int operand_index) const { in GetIndexOperand()
127 Register BytecodeArrayIterator::GetRegisterOperand(int operand_index) const { in GetRegisterOperand()
139 int BytecodeArrayIterator::GetRegisterOperandRange(int operand_index) const { in GetRegisterOperandRange()
152 Runtime::FunctionId BytecodeArrayIterator::GetRuntimeIdOperand( in GetRuntimeIdOperand()
161 Runtime::FunctionId BytecodeArrayIterator::GetIntrinsicIdOperand( in GetIntrinsicIdOperand()
171 Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand( in GetConstantForIndexOperand()
179 int BytecodeArrayIterator::GetJumpTargetOffset() const { in GetJumpTargetOffset()