Searched defs:component_class (Results 1 – 2 of 2) sorted by relevance
193 static jint Unsafe_getArrayBaseOffsetForComponentType(JNIEnv* env, jclass, jobject component_class)… in Unsafe_getArrayBaseOffsetForComponentType()200 static jint Unsafe_getArrayIndexScaleForComponentType(JNIEnv* env, jclass, jobject component_class)… in Unsafe_getArrayIndexScaleForComponentType()
1139 ObjPtr<mirror::Class> component_class = array_class->GetComponentType(); in DoFilledNewArray() local