Searched refs:kMaxAllocRecordStackDepth (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Ddebugger.cc63 static const size_t kMaxAllocRecordStackDepth = 16; // Max 255. member in namespace:art
150 while (depth < kMaxAllocRecordStackDepth && stack_[depth].Method() != NULL) {
173 DCHECK_LT(index, kMaxAllocRecordStackDepth);
181 AllocRecordStackTraceElement stack_[kMaxAllocRecordStackDepth]; // Unused entries have NULL method.
4390 << kMaxAllocRecordStackDepth << " frames, taking "
4425 if (depth >= kMaxAllocRecordStackDepth) {
4439 for (; depth < kMaxAllocRecordStackDepth; ++depth) {
4513 for (size_t stack_frame = 0; stack_frame < kMaxAllocRecordStackDepth; ++stack_frame) {
4608 * can be (kMaxAllocRecordStackDepth * alloc_record_max_) unique strings in
4643 for (size_t i = 0; i < kMaxAllocRecordStackDepth;
[all...]

Completed in 52 milliseconds