Searched refs:findOrCreateMethodId (Results 1 – 4 of 4) sorted by relevance
105 int printMethodIdx = mutatableCode.program.getNewItemCreator().findOrCreateMethodId( in applyMutation()
168 .findOrCreateMethodId(mutation.className, in applyMutation()
125 int printMethodIdx = mutatableCode.program.getNewItemCreator().findOrCreateMethodId( in applyMutation()
248 public int findOrCreateMethodId(String className, String methodName, String shorty) { in findOrCreateMethodId() method in IdCreator