Searched refs:kSlotCount (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkTDStack.h21 // fCount = kSlotCount;
38 SkASSERT(fCount <= kSlotCount);
39 if (fCount == kSlotCount) {
85 fCount = kSlotCount;
95 kSlotCount = 8 enumerator in enum:SkTDStack::__anon15092
103 T fSlots[kSlotCount];
/external/skia/include/core/
H A DSkTDStack.h21 // fCount = kSlotCount;
38 SkASSERT(fCount <= kSlotCount);
39 if (fCount == kSlotCount) {
85 fCount = kSlotCount;
95 kSlotCount = 8 enumerator in enum:SkTDStack::__anon30505
103 T fSlots[kSlotCount];
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h27 * - kSlotCount is 64, instead of 8.
119 SkASSERT(fCount <= kSlotCount);
120 if (fCount == kSlotCount) {
175 fCount = kSlotCount;
187 kSlotCount = 64 enumerator in enum:SkTDStackNester::__anon15026
192 T fSlots[kSlotCount];
/external/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h27 * - kSlotCount is 64, instead of 8.
119 SkASSERT(fCount <= kSlotCount);
120 if (fCount == kSlotCount) {
175 fCount = kSlotCount;
187 kSlotCount = 64 enumerator in enum:SkTDStackNester::__anon30440
192 T fSlots[kSlotCount];
/external/chromium_org/third_party/skia/tests/
H A DTDStackNesterTest.cpp73 return SkTDStackNester<int>::kSlotCount;
/external/skia/tests/
H A DTDStackNesterTest.cpp73 return SkTDStackNester<int>::kSlotCount;
/external/chromium_org/v8/src/
H A Dframes.cc859 DCHECK_GE(i + 1, StackHandlerConstants::kSlotCount);
861 int next_stack_handler_index = i + 1 - StackHandlerConstants::kSlotCount;
865 i -= StackHandlerConstants::kSlotCount;
893 int handler_slot_index = i + StackHandlerConstants::kSlotCount - 1;
897 i += StackHandlerConstants::kSlotCount;
1533 STATIC_ASSERT(StackHandlerConstants::kSlotCount >= 5);
1535 DCHECK_GE(array->length(), offset + StackHandlerConstants::kSlotCount);
1554 STATIC_ASSERT(StackHandlerConstants::kSlotCount >= 5);
1556 DCHECK_GE(array->length(), offset + StackHandlerConstants::kSlotCount);
H A Dframes.h78 static const int kSlotCount = kSize >> kPointerSizeLog2; member in class:v8::internal::StackHandlerConstants

Completed in 715 milliseconds