Searched refs:cp_table (Results 1 – 1 of 1) sorted by relevance
180 if (!cp_table.containsKey(key)) { in ConstantPoolGen()181 cp_table.put(key, new Index(i)); in ConstantPoolGen()563 private final Map<String, Index> cp_table = new HashMap<>(); field in ConstantPoolGen575 final Index index = cp_table.get(class_name + METHODREF_DELIM + method_name in lookupMethodref()608 if (!cp_table.containsKey(key)) { in addMethodref()609 cp_table.put(key, new Index(ret)); in addMethodref()629 final Index index = cp_table.get(class_name + IMETHODREF_DELIM + method_name in lookupInterfaceMethodref()663 if (!cp_table.containsKey(key)) { in addInterfaceMethodref()664 cp_table.put(key, new Index(ret)); in addInterfaceMethodref()684 final Index index = cp_table.get(class_name + FIELDREF_DELIM + field_name in lookupFieldref()[all …]