Home | History | Annotate | Download | only in heapdump

Lines Matching defs:placeholders

154    * Adds all allocated placeholders to the given placeholders list.
157 List<AhatInstance> placeholders) {
161 placeholders.add(result);
168 placeholders.add(child.newPlaceHolderInstance());
179 * objects are also appended to the given placeholders list, so their Site
183 List<AhatInstance> placeholders) {
231 p.b.add(createPlaceHolders(pair.a.get(i), placeholders));
235 p.a.add(createPlaceHolders(pair.b.get(i), placeholders));
326 List<AhatInstance> placeholders = new ArrayList<AhatInstance>();
327 instances(a.getRooted(), b.getRooted(), placeholders);
333 // Add placeholders to their corresponding sites.
335 for (AhatInstance placeholder : placeholders) {