Home
last modified time | relevance | path

Searched refs:index_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_instruction.h205 IndexType index_type; member
520 return kInstructionDescriptors[opcode].index_type; in IndexTypeOf()
551 return (kInstructionDescriptors[Opcode()].index_type == kIndexFieldOffset) || in IsQuickened()
552 (kInstructionDescriptors[Opcode()].index_type == kIndexVtableOffset); in IsQuickened()
/art/runtime/verifier/
Dmethod_verifier.cc4636 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAGet() local
4637 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() local
4752 if (!index_type.IsArrayIndexTypes()) { in VerifyAPut()
4753 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")"; in VerifyAPut()