Home
last modified time | relevance | path

Searched refs:bheap (Results 1 – 1 of 1) sorted by relevance

/art/tools/ahat/src/heapdump/
DDiff.java49 AhatHeap bheap = b.get(j); in heaps() local
50 if (bheap.getBaseline() == null && aheap.getName().equals(bheap.getName())) { in heaps()
52 aheap.setBaseline(bheap); in heaps()
53 bheap.setBaseline(aheap); in heaps()
68 AhatHeap bheap = b.get(i); in heaps() local
69 if (bheap.getBaseline() == null) { in heaps()
70 a.add(AhatHeap.newPlaceHolderHeap(bheap.getName(), bheap)); in heaps() local