Home | History | Annotate | Download | only in runtime

Lines Matching full:stack_element

4827       const gc::AllocRecordStackTraceElement& stack_element = record->StackElement(stack_frame);
4828 ArtMethod* m = stack_element.GetMethod();
4829 LOG(INFO) << " " << PrettyMethod(m) << " line " << stack_element.ComputeLineNumber();