Searched refs:component_class (Results 1 – 2 of 2) sorted by relevance
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()
1789 ObjPtr<mirror::Class> component_class = array_class->GetComponentType(); in DoFilledNewArray() local1790 const bool is_primitive_int_component = component_class->IsPrimitiveInt(); in DoFilledNewArray()1791 if (UNLIKELY(component_class->IsPrimitive() && !is_primitive_int_component)) { in DoFilledNewArray()1792 if (component_class->IsPrimitiveLong() || component_class->IsPrimitiveDouble()) { in DoFilledNewArray()1794 component_class->PrettyDescriptor().c_str()); in DoFilledNewArray()1798 component_class->PrettyDescriptor().c_str()); in DoFilledNewArray()