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

  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.cc 28 const size_t kMaxStackDepth = 128u;
86 pseudo_stack_.reserve(kMaxStackDepth);
114 if (pseudo_stack_.size() < kMaxStackDepth)
  /external/skia/src/pdf/
SkPDFDevice.cpp 167 static const int kMaxStackDepth = 12;
168 SkPDFDevice::GraphicStateEntry fEntries[kMaxStackDepth + 1];
180 SkASSERT(fStackDepth < kMaxStackDepth);
    [all...]

Completed in 395 milliseconds