Searched defs:component (Results 1 - 3 of 3) sorted by relevance

/art/runtime/mirror/
H A Dclass.h328 // types as the component is final.
333 Class* component = GetComponentType(); local
334 if (component->IsPrimitive()) {
337 return component->CannotBeAssignedFromOtherTypes();
375 // Store the component size shift in the upper 16 bits.
1336 // For array classes, the component class object for instanceof/checkcast
/art/runtime/native/
H A Dsun_misc_Unsafe.cc192 mirror::Class* component = soa.Decode<mirror::Class*>(component_class); local
193 Primitive::Type primitive_type = component->GetPrimitiveType();
199 mirror::Class* component = soa.Decode<mirror::Class*>(component_class); local
200 Primitive::Type primitive_type = component->GetPrimitiveType();
/art/runtime/interpreter/
H A Dunstarted_runtime.cc645 // We're being lazy here. Optimally this could be a memcpy (if component types are
1636 mirror::Class* component = reinterpret_cast<mirror::Object*>(args[0])->AsClass(); local
1637 Primitive::Type primitive_type = component->GetPrimitiveType();
1644 mirror::Class* component = reinterpret_cast<mirror::Object*>(args[0])->AsClass(); local
1645 Primitive::Type primitive_type = component->GetPrimitiveType();

Completed in 68 milliseconds