Searched refs:component (Results 1 – 9 of 9) sorted by relevance
/art/build/apex/ |
D | art_preinstall_hook_boot.sh | 35 for component in $BOOTCP ; do 36 DEX_FILES="$DEX_FILES --dex-file=$component" 37 DEX_LOCATIONS="$DEX_LOCATIONS --dex-location=$component"
|
/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 | 210 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayBaseOffsetForComponentType() local 211 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType() 217 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayIndexScaleForComponentType() local 218 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1949 ObjPtr<mirror::Object> component = reinterpret_cast32<mirror::Object*>(args[0]); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType() local 1950 if (component == nullptr) { in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType() 1954 Primitive::Type primitive_type = component->AsClass()->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayBaseOffsetForComponentType() 1964 ObjPtr<mirror::Object> component = reinterpret_cast32<mirror::Object*>(args[0]); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType() local 1965 if (component == nullptr) { in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType() 1969 Primitive::Type primitive_type = component->AsClass()->GetPrimitiveType(); in UnstartedJNIUnsafeGetArrayIndexScaleForComponentType()
|
/art/runtime/mirror/ |
D | class-inl.h | 1171 ObjPtr<Class> component = GetComponentType(); in CannotBeAssignedFromOtherTypes() local 1172 return component->IsPrimitive() || component->CannotBeAssignedFromOtherTypes(); in CannotBeAssignedFromOtherTypes()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1478 …bne $t1, $t0, .Lcheck_assignability # value's type == array's component type - trivial assignabil… 1884 lwu $a3, MIRROR_CLASS_COMPONENT_TYPE_OFFSET($a0) # Load component type. 1895 daddiu $a3, $a3, 1 # Add 4 to the length only if the component
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1543 …bne $t1, $t0, .Lcheck_assignability # value's type == array's component type - trivial assignabil… 1965 lw $a3, MIRROR_CLASS_COMPONENT_TYPE_OFFSET($a0) # Load component type. 1976 addiu $a3, $a3, 1 # Add 4 to the length only if the component
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 916 cmp r3, ip @ value's type == array's component type - trivial assignability
|