Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/visitor/
DMethodImplementationTraveler.java121 private boolean isSpecial(Clazz clazz, Method method) in isSpecial() method in MethodImplementationTraveler
/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java538 ASTList args, boolean isStatic, boolean isSpecial, in atMethodCallCore()
580 boolean isStatic, boolean isSpecial, in atMethodCallCore2()
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java186 public boolean isSpecial() { in isSpecial() method in Type