Home | History | Annotate | Download | only in runtime

Lines Matching defs:depth

149     size_t depth = 0;
150 while (depth < kMaxAllocRecordStackDepth && stack_[depth].Method() != NULL) {
151 ++depth;
153 return depth;
2266 : StackVisitor(thread, NULL), depth(0) {}
2272 ++depth;
2276 size_t depth;
2281 return visitor.depth;
2864 // different and the frame depth is <= the original frame
2865 // depth. (We can't just compare on the method, because we
2876 // Same depth, see if we moved.
2888 // depth pops up.
3420 VLOG(jdwp) << "Single-step step depth: " << single_step_control->step_depth;
3423 VLOG(jdwp) << "Single-step current stack depth: " << single_step_control->stack_depth;
4420 : StackVisitor(thread, NULL), record(record), depth(0) {}
4425 if (depth >= kMaxAllocRecordStackDepth) {
4430 record->StackElement(depth)->SetMethod(m);
4431 record->StackElement(depth)->SetDexPc(GetDexPc());
4432 ++depth;
4439 for (; depth < kMaxAllocRecordStackDepth; ++depth) {
4440 record->StackElement(depth)->SetMethod(nullptr);
4441 record->StackElement(depth)->SetDexPc(0);
4446 size_t depth;
4594 * (1b) stack depth
4690 // (1b) stack depth