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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-stats.h 44 static const int kMaxStackDepth = 32;
profiledata.h 103 static const int kMaxStackDepth = 64; // Max stack depth stored in profile
127 // kMaxStackDepth stack entries will be recorded, starting with
156 Slot stack[kMaxStackDepth]; // Stack contents
common.h 260 static const int kMaxStackDepth = 31;
264 void* stack[kMaxStackDepth];
memory_region_map.h 74 static const int kMaxStackDepth = 32;
140 const void* call_stack[kMaxStackDepth]; // caller address stack array
194 call_stack_depth <= kMaxStackDepth, "");
205 // Note: call_stack[kMaxStackDepth] as a member lets us make Region
209 // only one call_stack element out of kMaxStackDepth is actually needed.
344 static const void* saved_buckets_keys_[20][kMaxStackDepth] GUARDED_BY(lock_);
profiledata.cc 54 const int ProfileData::kMaxStackDepth;
265 if (depth > kMaxStackDepth) depth = kMaxStackDepth;
heap-profile-table.h 61 static const int kMaxStackDepth = 32;
110 static int GetCallerStackTrace(int skip_count, void* stack[kMaxStackDepth]);
heap-profile-table.cc 106 /*static*/ const int HeapProfileTable::kMaxStackDepth;
207 int skip_count, void* stack[kMaxStackDepth]) {
209 stack, kMaxStackDepth, kStripFrames + skip_count + 1);
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.h 27 static const unsigned int kMaxStackDepth = 32;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h 73 static const int kMaxStackDepth = 32;
128 const void* call_stack[kMaxStackDepth]; // caller address stack array
182 call_stack_depth <= kMaxStackDepth, "");
193 // Note: call_stack[kMaxStackDepth] as a member lets us make Region
197 // only one call_stack element out of kMaxStackDepth is actually needed.
profiledata.h 103 static const int kMaxStackDepth = 64; // Max stack depth stored in profile
127 // kMaxStackDepth stack entries will be recorded, starting with
156 Slot stack[kMaxStackDepth]; // Stack contents
common.h 237 static const int kMaxStackDepth = 31;
241 void* stack[kMaxStackDepth];
heap-profile-table.cc 104 /*static*/ const int HeapProfileTable::kMaxStackDepth;
219 int skip_count, void* stack[kMaxStackDepth]) {
221 stack, kMaxStackDepth, kStripFrames + skip_count + 1);
heap-profile-table.h 56 static const int kMaxStackDepth = 32;
107 static int GetCallerStackTrace(int skip_count, void* stack[kMaxStackDepth]);
profiledata.cc 54 const int ProfileData::kMaxStackDepth;
265 if (depth > kMaxStackDepth) depth = kMaxStackDepth;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 251 static const int kMaxStackDepth = 12;
252 GraphicStateEntry fEntries[kMaxStackDepth + 1];
264 SkASSERT(fStackDepth < kMaxStackDepth);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 268 static const int kMaxStackDepth = 12;
269 GraphicStateEntry fEntries[kMaxStackDepth + 1];
281 SkASSERT(fStackDepth < kMaxStackDepth);
    [all...]

Completed in 416 milliseconds