Searched refs:getMethodName (Results 1 – 8 of 8) sorted by relevance
264 if (ste.getMethodName().equals("getTrace")) { in invoke()266 System.out.println(outputClassName + "." + ste.getMethodName() + " " + in invoke()279 if (ste.getMethodName().equals("getTrace")) { in invoke()281 System.out.println(outputClassName + "." + ste.getMethodName() + " " + in invoke()
162 && curr.mMethodName.equals(next.getMethodName()) in add()170 child = new Site(site, next.getMethodName(), next.getSignature(), in add()237 public String getMethodName() { in getMethodName() method in Site
291 && achild.getMethodName().equals(bchild.getMethodName()) in sites()
54 String[] result = getMethodName(m); in testMethod()126 private static native String[] getMethodName(Method m); in getMethodName() method in Test910
191 if (!ste.getMethodName().equals("testMainThreadAllStackTraces")) { in testMainThreadAllStackTraces()199 if (!ste2.getMethodName().equals("main")) { in testMainThreadAllStackTraces()
133 DocString text = DocString.text(site.getMethodName()); in summarize()
569 assertEquals(methodName, element.getMethodName()); in checkElement()
884 assertEquals(methodName, element.getMethodName()); in checkElement()