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

/art/tools/ahat/src/
H A DSite.java30 class Site { class
33 private Site mParent;
35 // A description of the Site. Currently this is used to uniquely identify a
51 private Map<String, Site> mChildren;
75 public Site(String name) { method in class:Site
79 public Site(Site parent, String name, int stackId, int stackDepth) { method in class:Site
85 mChildren = new HashMap<String, Site>();
95 public Site add(int stackId, int stackDepth, Iterator<StackFrame> path, Instance inst) {
119 Site chil
[all...]

Completed in 83 milliseconds