Home
last modified time | relevance | path

Searched refs:component (Results 1 – 8 of 8) sorted by relevance

/art/test/595-error-class/
Dinfo.txt1 Regression test on merging array type with error component type.
/art/test/595-error-class/smali/
Dmerge.smali20 # Reference type propagation should correctly see error in component type.
/art/runtime/native/
Dsun_misc_Unsafe.cc204 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/
Dclass-inl.h1175 ObjPtr<Class> component = GetComponentType(); in CannotBeAssignedFromOtherTypes() local
1176 return component->IsPrimitive() || component->CannotBeAssignedFromOtherTypes(); in CannotBeAssignedFromOtherTypes()
/art/runtime/interpreter/
Dunstarted_runtime.cc1897 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/
Dquick_entrypoints_mips64.S1472 …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/
Dquick_entrypoints_mips.S1536 …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/
Dquick_entrypoints_arm.S910 cmp r3, ip @ value's type == array's component type - trivial assignability