Home
last modified time | relevance | path

Searched refs:kMaxFrameCount (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context.h74 enum { kMaxFrameCount = 48 }; enumerator
75 StackFrame frames[kMaxFrameCount];
Dheap_profiler_allocation_context.cc64 const void* values[Backtrace::kMaxFrameCount]; in operator ()()
Dheap_profiler_allocation_context_tracker.cc211 static_assert(arraysize(frames) >= Backtrace::kMaxFrameCount, in GetContextSnapshot()