Searched refs:component_class (Results 1 – 2 of 2) sorted by relevance
845 Class* component_class = array_class->GetComponentType(); in DoFilledNewArray() local846 const bool is_primitive_int_component = component_class->IsPrimitiveInt(); in DoFilledNewArray()847 if (UNLIKELY(component_class->IsPrimitive() && !is_primitive_int_component)) { in DoFilledNewArray()848 if (component_class->IsPrimitiveLong() || component_class->IsPrimitiveDouble()) { in DoFilledNewArray()850 PrettyDescriptor(component_class).c_str()); in DoFilledNewArray()854 PrettyDescriptor(component_class).c_str()); in DoFilledNewArray()
190 static jint Unsafe_getArrayBaseOffsetForComponentType(JNIEnv* env, jclass, jobject component_class)… in Unsafe_getArrayBaseOffsetForComponentType() argument192 mirror::Class* component = soa.Decode<mirror::Class*>(component_class); in Unsafe_getArrayBaseOffsetForComponentType()197 static jint Unsafe_getArrayIndexScaleForComponentType(JNIEnv* env, jclass, jobject component_class)… in Unsafe_getArrayIndexScaleForComponentType() argument199 mirror::Class* component = soa.Decode<mirror::Class*>(component_class); in Unsafe_getArrayIndexScaleForComponentType()