Lines Matching refs:current_bytecode
93 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in UpdateOperandScale() local
94 if (Bytecodes::IsPrefixScalingBytecode(current_bytecode)) { in UpdateOperandScale()
96 Bytecodes::PrefixBytecodeToOperandScale(current_bytecode); in UpdateOperandScale()
109 Bytecode BytecodeArrayAccessor::current_bytecode() const { in current_bytecode() function in v8::internal::interpreter::BytecodeArrayAccessor
113 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in current_bytecode() local
114 DCHECK(!Bytecodes::IsPrefixScalingBytecode(current_bytecode)); in current_bytecode()
115 return current_bytecode; in current_bytecode()
120 Bytecodes::Size(current_bytecode(), current_operand_scale()); in current_bytecode_size()
126 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(current_bytecode())); in GetUnsignedOperand()
128 Bytecodes::GetOperandType(current_bytecode(), operand_index)); in GetUnsignedOperand()
133 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetUnsignedOperand()
142 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(current_bytecode())); in GetSignedOperand()
144 Bytecodes::GetOperandType(current_bytecode(), operand_index)); in GetSignedOperand()
149 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetSignedOperand()
156 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetFlagOperand()
163 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetUnsignedImmediateOperand()
169 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetImmediateOperand()
176 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetRegisterCountOperand()
183 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetIndexOperand()
207 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetRegisterOperand()
211 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetRegisterOperand()
218 DCHECK_LE(operand_index, Bytecodes::NumberOfOperands(current_bytecode())); in GetRegisterOperandRange()
220 Bytecodes::GetOperandTypes(current_bytecode()); in GetRegisterOperandRange()
234 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetRuntimeIdOperand()
243 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetNativeContextIndexOperand()
251 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetIntrinsicIdOperand()
277 Bytecode bytecode = current_bytecode(); in GetRelativeJumpTargetOffset()
300 if (current_bytecode() == Bytecode::kSwitchOnGeneratorState) { in GetJumpTableTargetOffsets()
305 DCHECK_EQ(current_bytecode(), Bytecode::kSwitchOnSmiNoFeedback); in GetJumpTableTargetOffsets()