Home
last modified time | relevance | path

Searched defs:MethodNode (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/ravenwood/tools/hoststubgen/lib/com/android/hoststubgen/asm/
DAsmUtils.kt56 fun MethodNode.findAnyAnnotation(set: Set<String>): AnnotationNode? { in findAnyAnnotation() method
77 fun MethodNode.findAllAnnotations(set: Set<String>): List<AnnotationNode> { in findAllAnnotations() method
368 fun MethodNode.isSynthetic(): Boolean { in MethodNode() method
372 fun MethodNode.isStatic(): Boolean { in isStatic() method
376 fun MethodNode.isPublic(): Boolean { in MethodNode() method
380 fun MethodNode.isAbstract(): Boolean { in MethodNode() method
384 fun MethodNode.isNative(): Boolean { in MethodNode() method
388 fun MethodNode.isSpecial(): Boolean { in MethodNode() method
404 fun MethodNode.getVisibility(): Visibility { in MethodNode() method