Searched refs:component (Results 1 – 8 of 8) sorted by relevance
/art/test/595-error-class/ |
D | info.txt | 1 Regression test on merging array type with error component type.
|
/art/test/595-error-class/smali/ |
D | merge.smali | 20 # Reference type propagation should correctly see error in component type.
|
/art/runtime/native/ |
D | sun_misc_Unsafe.cc | 204 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayBaseOffsetForComponentType() local 205 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType() 211 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayIndexScaleForComponentType() local 212 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType()
|
/art/runtime/mirror/ |
D | class-inl.h | 1175 ObjPtr<Class> component = GetComponentType(); in CannotBeAssignedFromOtherTypes() local 1176 return component->IsPrimitive() || component->CannotBeAssignedFromOtherTypes(); in CannotBeAssignedFromOtherTypes()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1897 mirror::Class* component = reinterpret_cast<mirror::Object*>(args[0])->AsClass(); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType() local 1898 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType() 1905 mirror::Class* component = reinterpret_cast<mirror::Object*>(args[0])->AsClass(); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType() local 1906 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1472 …bne $t1, $t0, .Lcheck_assignability # value's type == array's component type - trivial assignabil… 1876 lwu $a3, MIRROR_CLASS_COMPONENT_TYPE_OFFSET($a0) # Load component type. 1887 daddiu $a3, $a3, 1 # Add 4 to the length only if the component
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1536 …bne $t1, $t0, .Lcheck_assignability # value's type == array's component type - trivial assignabil… 1956 lw $a3, MIRROR_CLASS_COMPONENT_TYPE_OFFSET($a0) # Load component type. 1967 addiu $a3, $a3, 1 # Add 4 to the length only if the component
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 910 cmp r3, ip @ value's type == array's component type - trivial assignability
|