Searched refs:index_type (Results 1 – 2 of 2) sorted by relevance
205 IndexType index_type; member520 return kInstructionDescriptors[opcode].index_type; in IndexTypeOf()551 return (kInstructionDescriptors[Opcode()].index_type == kIndexFieldOffset) || in IsQuickened()552 (kInstructionDescriptors[Opcode()].index_type == kIndexVtableOffset); in IsQuickened()
4636 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAGet() local4637 if (!index_type.IsArrayIndexTypes()) { in VerifyAGet()4638 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")"; in VerifyAGet()4751 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAPut() local4752 if (!index_type.IsArrayIndexTypes()) { in VerifyAPut()4753 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")"; in VerifyAPut()