Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DClassFileWriter.java590 public int addNameAndTypeInfo(String name, String type) { in addNameAndTypeInfo() method in ClassFileWriter.ConstPoolWriter
601 public int addNameAndTypeInfo(int name, int type) { in addNameAndTypeInfo() method in ClassFileWriter.ConstPoolWriter
DConstPool.java956 public int addNameAndTypeInfo(String name, String type) in addNameAndTypeInfo() method in ConstPool
968 public int addNameAndTypeInfo(int name, int type) in addNameAndTypeInfo() method in ConstPool