Searched refs:bheap (Results 1 – 1 of 1) sorted by relevance
49 AhatHeap bheap = b.get(j); in heaps() local50 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() local69 if (bheap.getBaseline() == null) { in heaps()70 a.add(AhatHeap.newPlaceHolderHeap(bheap.getName(), bheap)); in heaps() local