Searched refs:component_class (Results 1 – 4 of 4) sorted by relevance
627 ObjPtr<mirror::Class> component_class = array_class->GetComponentType(); in DoFilledNewArray() local628 const bool is_primitive_int_component = component_class->IsPrimitiveInt(); in DoFilledNewArray()629 if (UNLIKELY(component_class->IsPrimitive() && !is_primitive_int_component)) { in DoFilledNewArray()630 if (component_class->IsPrimitiveLong() || component_class->IsPrimitiveDouble()) { in DoFilledNewArray()632 component_class->PrettyDescriptor().c_str()); in DoFilledNewArray()637 component_class->PrettyDescriptor().c_str()); in DoFilledNewArray()
250 static jint Unsafe_getArrayBaseOffsetForComponentType(JNIEnv* env, jclass, jclass component_class) { in Unsafe_getArrayBaseOffsetForComponentType() argument252 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayBaseOffsetForComponentType()257 static jint Unsafe_getArrayIndexScaleForComponentType(JNIEnv* env, jclass, jclass component_class) { in Unsafe_getArrayIndexScaleForComponentType() argument259 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayIndexScaleForComponentType()
208 static jint Unsafe_getArrayBaseOffsetForComponentType(JNIEnv* env, jclass, jclass component_class) { in Unsafe_getArrayBaseOffsetForComponentType() argument210 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayBaseOffsetForComponentType()215 static jint Unsafe_getArrayIndexScaleForComponentType(JNIEnv* env, jclass, jclass component_class) { in Unsafe_getArrayIndexScaleForComponentType() argument217 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayIndexScaleForComponentType()
1479 ObjPtr<mirror::Class> component_class = array_class->GetComponentType(); in DoFilledNewArray() local1480 const bool is_primitive_int_component = component_class->IsPrimitiveInt(); in DoFilledNewArray()1481 if (UNLIKELY(component_class->IsPrimitive() && !is_primitive_int_component)) { in DoFilledNewArray()1482 if (component_class->IsPrimitiveLong() || component_class->IsPrimitiveDouble()) { in DoFilledNewArray()1484 component_class->PrettyDescriptor().c_str()); in DoFilledNewArray()1488 component_class->PrettyDescriptor().c_str()); in DoFilledNewArray()