Home | History | Annotate | Download | only in runtime

Lines Matching refs:stack_

150     while (depth < kMaxAllocRecordStackDepth && stack_[depth].Method() != NULL) {
174 return &stack_[index];
181 AllocRecordStackTraceElement stack_[kMaxAllocRecordStackDepth]; // Unused entries have NULL method.