Searched refs:annotated_parameter_count (Results 1 – 1 of 1) sorted by relevance
61 uint32_t annotated_parameter_count = annotations::GetNumberOfAnnotatedMethodParameters(method); in Parameter_getAnnotationNative() local62 if (annotated_parameter_count == 0u) { in Parameter_getAnnotationNative()78 if (annotated_parameter_count <= parameter_count) { in Parameter_getAnnotationNative()80 uint32_t skip_count = parameter_count - annotated_parameter_count; in Parameter_getAnnotationNative()89 DCHECK_EQ(1u, annotated_parameter_count - parameter_count); in Parameter_getAnnotationNative()90 parameterIndex += static_cast<jint>(annotated_parameter_count - parameter_count); in Parameter_getAnnotationNative()