Searched defs:getAddress (Results 1 – 4 of 4) sorted by relevance
76 public long getAddress() { in getAddress() method in NativeStackCallInfo
312 public NativeStackCallInfo getAddress(long addr) { in getAddress() method in Addr2Line
108 private static String getAddress(String name) { in getAddress() method in ViewHierarchyScene
155 Method getAddress = Callback.class.getMethod("getAddress", new Class[0]); in initialize() local