Searched refs:getChild (Results 1 - 2 of 2) sorted by relevance

/art/tools/ahat/src/
H A DSite.java189 Site getChild(Iterator<StackFrame> path) { method in class:Site
193 return (child == null) ? null : child.getChild(path);
H A DAhatSnapshot.java203 site = mRootSite.getChild(path.iterator());
263 site = mRootSite.getChild(path.iterator());

Completed in 87 milliseconds