Home
last modified time | relevance | path

Searched refs:component_class (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.cc845 Class* component_class = array_class->GetComponentType(); in DoFilledNewArray() local
846 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()
/art/runtime/native/
Dsun_misc_Unsafe.cc190 static jint Unsafe_getArrayBaseOffsetForComponentType(JNIEnv* env, jclass, jobject component_class)… in Unsafe_getArrayBaseOffsetForComponentType() argument
192 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() argument
199 mirror::Class* component = soa.Decode<mirror::Class*>(component_class); in Unsafe_getArrayIndexScaleForComponentType()