Searched refs:heapIndex (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h162 template<int heapIndex>
166 static const int finalizedIndex = heapIndex;
167 static const int nonFinalizedIndex = heapIndex + static_cast<int>(NonFinalizedHeapOffset);
H A DHeap.h1485 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);
H A DHeap.cpp2713 int heapIndex = HeapTraits::index(gcInfo->hasFinalizer()); local
2714 HeapType* heap = static_cast<HeapType*>(state->heap(heapIndex));

Completed in 1096 milliseconds