Searched defs:cp_table (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java153 cp_table.put(class_name + delim + method_name + delim + signature, new Index(i));
520 private HashMap cp_table = new HashMap(); field in class:ConstantPoolGen
531 Index index = (Index)cp_table.get(class_name + METHODREF_DELIM + method_name +
561 cp_table.put(class_name + METHODREF_DELIM + method_name +
581 Index index = (Index)cp_table.get(class_name + IMETHODREF_DELIM + method_name +
611 cp_table.put(class_name + IMETHODREF_DELIM + method_name +
631 Index index = (Index)cp_table.get(class_name + FIELDREF_DELIM + field_name +
657 cp_table.put(class_name + FIELDREF_DELIM + field_name + FIELDREF_DELIM + signature, new Index(ret));

Completed in 273 milliseconds