Searched refs:empty_array (Results 1 – 5 of 5) sorted by relevance
37 mirror::ObjectArray<mirror::Object>* empty_array = in AbstractMethod_getDeclaredAnnotations() local39 return soa.AddLocalReference<jobjectArray>(empty_array); in AbstractMethod_getDeclaredAnnotations()
56 mirror::ObjectArray<mirror::Class>* empty_array = in Constructor_getDeclaredAnnotations() local58 return soa.AddLocalReference<jobjectArray>(empty_array); in Constructor_getDeclaredAnnotations()79 mirror::ObjectArray<mirror::Class>* empty_array = in Constructor_getExceptionTypes() local81 return soa.AddLocalReference<jobjectArray>(empty_array); in Constructor_getExceptionTypes()
81 mirror::ObjectArray<mirror::Class>* empty_array = in Method_getExceptionTypes() local83 return soa.AddLocalReference<jobjectArray>(empty_array); in Method_getExceptionTypes()
439 mirror::ObjectArray<mirror::Object>* empty_array = in Class_getDeclaredAnnotations() local441 return soa.AddLocalReference<jobjectArray>(empty_array); in Class_getDeclaredAnnotations()466 mirror::ObjectArray<mirror::Class>* empty_array = in Class_getDeclaredClasses() local468 return soa.AddLocalReference<jobjectArray>(empty_array); in Class_getDeclaredClasses()
436 mirror::ObjectArray<mirror::Object>* empty_array = in Field_getDeclaredAnnotations() local438 return soa.AddLocalReference<jobjectArray>(empty_array); in Field_getDeclaredAnnotations()