Lines Matching refs:AddLocalReference
51 return soa.AddLocalReference<jobjectArray>(empty_array); in Executable_getDeclaredAnnotationsNative()
53 return soa.AddLocalReference<jobjectArray>(annotations::GetAnnotationsForMethod(method)); in Executable_getDeclaredAnnotationsNative()
66 return soa.AddLocalReference<jobject>(annotations::GetAnnotationForMethod(method, klass)); in Executable_getAnnotationNative()
76 return soa.AddLocalReference<jobjectArray>(annotations::GetSignatureAnnotationForMethod(method)); in Executable_getSignatureAnnotation()
101 return soa.AddLocalReference<jobjectArray>(annotations.Get()); in Executable_getParameterAnnotationsNative()
110 return soa.AddLocalReference<jobjectArray>(annotations.Get()); in Executable_getParameterAnnotationsNative()
154 return soa.AddLocalReference<jobjectArray>(resized_annotations.Get()); in Executable_getParameterAnnotationsNative()
252 return soa.AddLocalReference<jobjectArray>(parameter_array.Get()); in Executable_getParameters0()
325 return soa.AddLocalReference<jstring>(method->ResolveNameString()); in Executable_getMethodNameInternal()
338 return soa.AddLocalReference<jclass>(return_type); in Executable_getMethodReturnTypeInternal()
373 return soa.AddLocalReference<jobjectArray>(ptypes.Get()); in Executable_getParameterTypesInternal()