Home
last modified time | relevance | path

Searched defs:component (Results 1 – 4 of 4) sorted by relevance

/art/runtime/native/
Dsun_misc_Unsafe.cc174 mirror::Class* component = soa.Decode<mirror::Class*>(component_class); in Unsafe_getArrayBaseOffsetForComponentType() local
181 mirror::Class* component = soa.Decode<mirror::Class*>(component_class); in Unsafe_getArrayIndexScaleForComponentType() local
/art/runtime/interpreter/
Dinterpreter.cc115 mirror::Class* component = reinterpret_cast<Object*>(args[0])->AsClass(); in UnstartedRuntimeJni() local
119 mirror::Class* component = reinterpret_cast<Object*>(args[0])->AsClass(); in UnstartedRuntimeJni() local
/art/runtime/verifier/
Dreg_type_cache.cc565 const std::string component(descriptor.substr(1, descriptor.size() - 1)); in GetComponentType() local
/art/runtime/mirror/
Dclass.h300 Class* component = GetComponentType(); in CannotBeAssignedFromOtherTypes() local