HomeSort by relevance Sort by last modified time
    Searched refs:heapIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 162 template<int heapIndex>
166 static const int finalizedIndex = heapIndex;
167 static const int nonFinalizedIndex = heapIndex + static_cast<int>(NonFinalizedHeapOffset);
Heap.h     [all...]
Heap.cpp     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 175 int heapIndex;
252 if (cancelled && removeOnCancel && heapIndex >= 0)
796 * heapIndex is set to -1. Note that ScheduledFutureTasks can
799 * identified by heapIndex.
    [all...]

Completed in 148 milliseconds