• Home
  • Raw
  • Download

Lines Matching refs:Bytecodes

32     Bytecode current_bytecode = Bytecodes::FromByte(current_byte);  in UpdateOperandScale()
33 if (Bytecodes::IsPrefixScalingBytecode(current_bytecode)) { in UpdateOperandScale()
35 Bytecodes::PrefixBytecodeToOperandScale(current_bytecode); in UpdateOperandScale()
52 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in current_bytecode()
53 DCHECK(!Bytecodes::IsPrefixScalingBytecode(current_bytecode)); in current_bytecode()
59 Bytecodes::Size(current_bytecode(), current_operand_scale()); in current_bytecode_size()
65 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(current_bytecode())); in GetUnsignedOperand()
67 Bytecodes::GetOperandType(current_bytecode(), operand_index)); in GetUnsignedOperand()
68 DCHECK(Bytecodes::IsUnsignedOperandType(operand_type)); in GetUnsignedOperand()
72 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetUnsignedOperand()
81 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(current_bytecode())); in GetSignedOperand()
83 Bytecodes::GetOperandType(current_bytecode(), operand_index)); in GetSignedOperand()
84 DCHECK(!Bytecodes::IsUnsignedOperandType(operand_type)); in GetSignedOperand()
88 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetSignedOperand()
95 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetFlagOperand()
102 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetUnsignedImmediateOperand()
108 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetImmediateOperand()
115 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetRegisterCountOperand()
122 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetIndexOperand()
129 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetRegisterOperand()
133 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetRegisterOperand()
140 DCHECK_LE(operand_index, Bytecodes::NumberOfOperands(current_bytecode())); in GetRegisterOperandRange()
142 Bytecodes::GetOperandTypes(current_bytecode()); in GetRegisterOperandRange()
144 DCHECK(Bytecodes::IsRegisterOperandType(operand_type)); in GetRegisterOperandRange()
148 return Bytecodes::GetNumberOfRegistersRepresentedBy(operand_type); in GetRegisterOperandRange()
155 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetRuntimeIdOperand()
164 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetIntrinsicIdOperand()
180 if (interpreter::Bytecodes::IsJumpImmediate(bytecode)) { in GetJumpTargetOffset()
186 } else if (interpreter::Bytecodes::IsJumpConstant(bytecode)) { in GetJumpTargetOffset()