OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxTraces
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/base/debug/
stack_trace.h
48
// trimmed to |
kMaxTraces
|.
85
static const int
kMaxTraces
= 62;
87
void* trace_[
kMaxTraces
];
stack_trace_android.cc
73
StackCrawlState state(reinterpret_cast<uintptr_t*>(trace_),
kMaxTraces
);
/external/libchrome/base/debug/
stack_trace.h
72
// |count| will be limited to at most |
kMaxTraces
|.
77
// limited to at most |
kMaxTraces
|.
114
static const int
kMaxTraces
= 62;
116
void* trace_[
kMaxTraces
];
Completed in 217 milliseconds