Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc174 mirror::Class* component = soa.Decode<mirror::Class*>(component_class); in Unsafe_getArrayBaseOffsetForComponentType() local
175 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType()
181 mirror::Class* component = soa.Decode<mirror::Class*>(component_class); in Unsafe_getArrayIndexScaleForComponentType() local
182 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType()
/art/runtime/interpreter/
Dinterpreter.cc115 mirror::Class* component = reinterpret_cast<Object*>(args[0])->AsClass(); in UnstartedRuntimeJni() local
116 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedRuntimeJni()
119 mirror::Class* component = reinterpret_cast<Object*>(args[0])->AsClass(); in UnstartedRuntimeJni() local
120 Primitive::Type primitive_type = component->GetPrimitiveType(); in UnstartedRuntimeJni()
/art/runtime/verifier/
Dreg_type_cache.cc565 const std::string component(descriptor.substr(1, descriptor.size() - 1)); in GetComponentType() local
566 return FromDescriptor(loader, component.c_str(), false); in GetComponentType()
/art/runtime/mirror/
Dclass.h300 Class* component = GetComponentType(); in CannotBeAssignedFromOtherTypes() local
301 if (component->IsPrimitive()) { in CannotBeAssignedFromOtherTypes()
304 return component->CannotBeAssignedFromOtherTypes(); in CannotBeAssignedFromOtherTypes()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S650 …bne $t1, $t0, .Lcheck_assignability # value's type == array's component type - trivial assignabil…
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S503 cmp r3, ip @ value's type == array's component type - trivial assignability