Lines Matching refs:BytecodeArrayAccessor
57 BytecodeArrayAccessor::BytecodeArrayAccessor( in BytecodeArrayAccessor() function in v8::internal::interpreter::BytecodeArrayAccessor
66 BytecodeArrayAccessor::BytecodeArrayAccessor( in BytecodeArrayAccessor() function in v8::internal::interpreter::BytecodeArrayAccessor
68 : BytecodeArrayAccessor( in BytecodeArrayAccessor()
72 void BytecodeArrayAccessor::SetOffset(int offset) { in SetOffset()
77 void BytecodeArrayAccessor::ApplyDebugBreak() { in ApplyDebugBreak()
90 void BytecodeArrayAccessor::UpdateOperandScale() { in UpdateOperandScale()
105 bool BytecodeArrayAccessor::OffsetInBounds() const { in OffsetInBounds()
109 Bytecode BytecodeArrayAccessor::current_bytecode() const { in current_bytecode()
118 int BytecodeArrayAccessor::current_bytecode_size() const { in current_bytecode_size()
123 uint32_t BytecodeArrayAccessor::GetUnsignedOperand( in GetUnsignedOperand()
139 int32_t BytecodeArrayAccessor::GetSignedOperand( in GetSignedOperand()
155 uint32_t BytecodeArrayAccessor::GetFlagOperand(int operand_index) const { in GetFlagOperand()
161 uint32_t BytecodeArrayAccessor::GetUnsignedImmediateOperand( in GetUnsignedImmediateOperand()
168 int32_t BytecodeArrayAccessor::GetImmediateOperand(int operand_index) const { in GetImmediateOperand()
174 uint32_t BytecodeArrayAccessor::GetRegisterCountOperand( in GetRegisterCountOperand()
181 uint32_t BytecodeArrayAccessor::GetIndexOperand(int operand_index) const { in GetIndexOperand()
188 FeedbackSlot BytecodeArrayAccessor::GetSlotOperand(int operand_index) const { in GetSlotOperand()
193 Register BytecodeArrayAccessor::GetReceiver() const { in GetReceiver()
197 Register BytecodeArrayAccessor::GetParameter(int parameter_index) const { in GetParameter()
205 Register BytecodeArrayAccessor::GetRegisterOperand(int operand_index) const { in GetRegisterOperand()
217 int BytecodeArrayAccessor::GetRegisterOperandRange(int operand_index) const { in GetRegisterOperandRange()
231 Runtime::FunctionId BytecodeArrayAccessor::GetRuntimeIdOperand( in GetRuntimeIdOperand()
240 uint32_t BytecodeArrayAccessor::GetNativeContextIndexOperand( in GetNativeContextIndexOperand()
248 Runtime::FunctionId BytecodeArrayAccessor::GetIntrinsicIdOperand( in GetIntrinsicIdOperand()
258 Handle<Object> BytecodeArrayAccessor::GetConstantAtIndex( in GetConstantAtIndex()
263 bool BytecodeArrayAccessor::IsConstantAtIndexSmi(int index) const { in IsConstantAtIndexSmi()
267 Smi BytecodeArrayAccessor::GetConstantAtIndexAsSmi(int index) const { in GetConstantAtIndexAsSmi()
271 Handle<Object> BytecodeArrayAccessor::GetConstantForIndexOperand( in GetConstantForIndexOperand()
276 int BytecodeArrayAccessor::GetRelativeJumpTargetOffset() const { in GetRelativeJumpTargetOffset()
292 int BytecodeArrayAccessor::GetJumpTargetOffset() const { in GetJumpTargetOffset()
296 JumpTableTargetOffsets BytecodeArrayAccessor::GetJumpTableTargetOffsets() in GetJumpTableTargetOffsets()
313 int BytecodeArrayAccessor::GetAbsoluteOffset(int relative_offset) const { in GetAbsoluteOffset()
317 bool BytecodeArrayAccessor::OffsetWithinBytecode(int offset) const { in OffsetWithinBytecode()
322 std::ostream& BytecodeArrayAccessor::PrintTo(std::ostream& os) const { in PrintTo()
330 const BytecodeArrayAccessor* accessor, int table_start, int table_size, in JumpTableTargetOffsets()
357 const BytecodeArrayAccessor* accessor) in iterator()