Searched refs:index_type (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.h | 211 IndexType index_type; member 538 return kInstructionDescriptors[opcode].index_type; in IndexTypeOf() 569 return (kInstructionDescriptors[Opcode()].index_type == kIndexFieldOffset) || in IsQuickened() 570 (kInstructionDescriptors[Opcode()].index_type == kIndexVtableOffset); in IsQuickened()
|
/art/runtime/mirror/ |
D | var_handle_test.cc | 78 Handle<Class> index_type = hs.NewHandle(class_linker->FindPrimitiveClass('I')); in CreateArrayElementVarHandle() local 79 InitializeVarHandle(vh.Get(), var_type, array_class, index_type, access_modes_bit_mask); in CreateArrayElementVarHandle() 97 Handle<Class> index_type = hs.NewHandle(class_linker->FindPrimitiveClass('I')); in CreateByteArrayViewVarHandle() local 99 InitializeVarHandle(bvh.Get(), var_type, byte_array_class, index_type, access_modes_bit_mask); in CreateByteArrayViewVarHandle() 117 Handle<Class> index_type = hs.NewHandle(class_linker->FindPrimitiveClass('I')); in CreateByteBufferViewVarHandle() local 121 InitializeVarHandle(bvh.Get(), var_type, byte_buffer_class, index_type, access_modes_bit_mask); in CreateByteBufferViewVarHandle()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4408 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAGet() local 4409 if (!index_type.IsArrayIndexTypes()) { in VerifyAGet() 4410 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")"; in VerifyAGet() 4534 const RegType& index_type = work_line_->GetRegisterType(this, inst->VRegC_23x()); in VerifyAPut() local 4535 if (!index_type.IsArrayIndexTypes()) { in VerifyAPut() 4536 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")"; in VerifyAPut()
|
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 4280 DataType::Type index_type = GetDataTypeFromShorty(invoke, 2); in HasVarHandleIntrinsicImplementation() local 4281 if (index_type == DataType::Type::kBool || in HasVarHandleIntrinsicImplementation() 4282 DataType::Kind(index_type) != DataType::Type::kInt32) { in HasVarHandleIntrinsicImplementation()
|
D | intrinsics_arm_vixl.cc | 4132 DataType::Type index_type = GetDataTypeFromShorty(invoke, 2); in HasVarHandleIntrinsicImplementation() local 4133 if (index_type == DataType::Type::kBool || in HasVarHandleIntrinsicImplementation() 4134 DataType::Kind(index_type) != DataType::Type::kInt32) { in HasVarHandleIntrinsicImplementation()
|