Searched refs:getMethodNames (Results 1 – 6 of 6) sorted by relevance
34 .append(" - Input:").append(getMethodNames(input)).append(" ").append(input.size()) in log()35 .append(" methods.").append(" Output:").append(getMethodNames(output)).append(" ") in log()40 public static List<String> getMethodNames(List<IMethodInstance> methods) { in getMethodNames() method in RemoveAMethodInterceptor
35 public List<String> getMethodNames() { in getMethodNames() method in MyTransformer
72 assertThat(transformer.getMethodNames()).contains("two", "three", "four", "five", "verify"); in verifyAnnotationTransformerMethod()
201 for (StringRef MethodName : Record.getMethodNames()) in writeVFTable()206 for (StringRef MethodName : Record.getMethodNames()) in writeVFTable()
316 for (auto N : VFT.getMethodNames()) in visitVFTable()
863 ArrayRef<StringRef> getMethodNames() const { in getMethodNames() function