Searched refs:cpRef (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassReader.java367 String thisk = cpRef();
368 String superk = cpRef();
382 String interk = cpRef();
408 String name = cpRef();
409 String type = cpRef();
699 value = cpRef();
705 value = cpRef();
782 String clasz = cpRef();
871 type.setAttr("class", cpRef());
963 private String cpRef() throw method in class:ClassReader
[all...]
H A DClassWriter.java291 cpRef(CONSTANT_Class, klass.getAttr("name"));
292 cpRef(CONSTANT_Class, klass.getAttr("super"));
296 cpRef(CONSTANT_Class, e.getAttr("name"));
311 cpRef(CONSTANT_Utf8, member.getAttr("name"));
312 cpRef(CONSTANT_Utf8, member.getAttr("type"));
371 cpRef(CONSTANT_Utf8, key.substring(key.indexOf('.') + 1));
652 cpRef(CONSTANT_Class, handler.getAttr("class"));
705 cpRef(CONSTANT_Class, type.getAttr("class"));
795 public void cpRef(int tag, String name) throws IOException { method in class:ClassWriter

Completed in 32 milliseconds