Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkTDStack.h38 SkASSERT(fCount <= kSlotCount); in push()
39 if (fCount == kSlotCount) { in push()
85 fCount = kSlotCount; in pop()
95 kSlotCount = 8 enumerator
103 T fSlots[kSlotCount];
/external/v8/src/
Dframes.h81 static const int kSlotCount = kSize >> kPointerSizeLog2; variable