Lines Matching refs:BytecodeArrayIterator
17 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator
33 BytecodeArrayIterator::~BytecodeArrayIterator() { in ~BytecodeArrayIterator()
37 void BytecodeArrayIterator::SetOffset(int offset) { in SetOffset()
44 void BytecodeArrayIterator::ApplyDebugBreak() { in ApplyDebugBreak()
56 uint32_t BytecodeArrayIterator::GetUnsignedOperand( in GetUnsignedOperand()
71 int32_t BytecodeArrayIterator::GetSignedOperand( in GetSignedOperand()
86 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const { in GetFlagOperand()
92 uint32_t BytecodeArrayIterator::GetUnsignedImmediateOperand( in GetUnsignedImmediateOperand()
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 FeedbackSlot BytecodeArrayIterator::GetSlotOperand(int operand_index) const { in GetSlotOperand()
124 Register BytecodeArrayIterator::GetReceiver() const { in GetReceiver()
128 Register BytecodeArrayIterator::GetParameter(int parameter_index) const { in GetParameter()
135 Register BytecodeArrayIterator::GetRegisterOperand(int operand_index) const { in GetRegisterOperand()
146 std::pair<Register, Register> BytecodeArrayIterator::GetRegisterPairOperand( in GetRegisterPairOperand()
153 RegisterList BytecodeArrayIterator::GetRegisterListOperand( in GetRegisterListOperand()
160 int BytecodeArrayIterator::GetRegisterOperandRange(int operand_index) const { in GetRegisterOperandRange()
174 Runtime::FunctionId BytecodeArrayIterator::GetRuntimeIdOperand( in GetRuntimeIdOperand()
183 uint32_t BytecodeArrayIterator::GetNativeContextIndexOperand( in GetNativeContextIndexOperand()
191 Runtime::FunctionId BytecodeArrayIterator::GetIntrinsicIdOperand( in GetIntrinsicIdOperand()
202 Handle<Object> BytecodeArrayIterator::GetConstantAtIndex( in GetConstantAtIndex()
207 bool BytecodeArrayIterator::IsConstantAtIndexSmi(int index) const { in IsConstantAtIndexSmi()
211 Smi BytecodeArrayIterator::GetConstantAtIndexAsSmi(int index) const { in GetConstantAtIndexAsSmi()
216 Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand( in GetConstantForIndexOperand()
222 Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand(
224 template Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand(
227 int BytecodeArrayIterator::GetRelativeJumpTargetOffset() const { in GetRelativeJumpTargetOffset()
243 int BytecodeArrayIterator::GetJumpTargetOffset() const { in GetJumpTargetOffset()
247 JumpTableTargetOffsets BytecodeArrayIterator::GetJumpTableTargetOffsets() in GetJumpTableTargetOffsets()
264 int BytecodeArrayIterator::GetAbsoluteOffset(int relative_offset) const { in GetAbsoluteOffset()
268 std::ostream& BytecodeArrayIterator::PrintTo(std::ostream& os) const { in PrintTo()
272 void BytecodeArrayIterator::UpdatePointers() { in UpdatePointers()
286 const BytecodeArrayIterator* iterator, int table_start, int table_size, in JumpTableTargetOffsets()
313 const BytecodeArrayIterator* iterator) in iterator()