Lines Matching full:mark
61 * @param usageMarker the usage marker that is used to mark the classes
77 // Mark the necessary annotation information. in visitAnyAnnotationsAttribute()
84 // Mark this attribute as being used as well. in visitAnyAnnotationsAttribute()
94 // Mark the necessary annotation information. in visitAnyParameterAnnotationsAttribute()
101 // Mark this attribute as being used as well. in visitAnyParameterAnnotationsAttribute()
111 // Mark the necessary annotation information in any annotation elements. in visitAnnotationDefaultAttribute()
114 // Always mark annotation defaults. in visitAnnotationDefaultAttribute()
127 // Mark the annotation as being used. in visitAnnotation()
132 // Mark the necessary element values. in visitAnnotation()
148 // Mark the element value as being used. in visitConstantElementValue()
167 // Mark the element value as being used. in visitEnumConstantElementValue()
182 // Mark the element value as being used. in visitClassElementValue()
188 // Mark the referenced classes, since they can be retrieved from in visitClassElementValue()
190 // TODO: This could mark more annotation methods, affecting other annotations. in visitClassElementValue()
202 // Check and mark the contained annotation. in visitAnnotationElementValue()
208 // Mark the element value as being used. in visitAnnotationElementValue()
223 // Check and mark the contained element values. in visitArrayElementValue()
226 // Mark the element value as being used. in visitArrayElementValue()
254 // Mark the class constant and its Utf8 constant. in visitClassConstant()