Home | History | Annotate | Download | only in heap

Lines Matching refs:heapIndex

1485     int heapIndex = HeapTraits::index(gcInfo->hasFinalizer());
1486 BaseHeap* heap = state->heap(heapIndex);
1508 int heapIndex = HeapTypeTrait<T>::index(gcInfo->hasFinalizer());
1512 ASSERT(heapIndex == GeneralHeap || heapIndex == GeneralHeapNonFinalized);
1513 BaseHeap* heap = state->heap(heapIndex);