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

/art/test/910-methods/src/art/
H A DTest910.java54 String[] result = getMethodName(m);
126 private static native String[] getMethodName(Method m); method in class:Test910
/art/tools/ahat/src/heapdump/
H A DSite.java154 && curr.mMethodName.equals(next.getMethodName())
162 child = new Site(site, next.getMethodName(), next.getSignature(),
229 public String getMethodName() { method in class:Site

Completed in 282 milliseconds