Home
last modified time | relevance | path

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

/art/build/apex/
Dart_preinstall_hook_boot.sh35 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/
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.cc210 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/
Dunstarted_runtime.cc1949 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/
Dclass-inl.h1171 ObjPtr<Class> component = GetComponentType(); in CannotBeAssignedFromOtherTypes() local
1172 return component->IsPrimitive() || component->CannotBeAssignedFromOtherTypes(); in CannotBeAssignedFromOtherTypes()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1478 …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/
Dquick_entrypoints_mips.S1543 …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/
Dquick_entrypoints_arm.S916 cmp r3, ip @ value's type == array's component type - trivial assignability