Searched refs:stack_element (Results 1 – 1 of 1) sorted by relevance
4974 AllocRecordStackTraceElement* stack_element = record->StackElement(stack_frame); in DumpRecentAllocations() local4975 ArtMethod* m = stack_element->Method(); in DumpRecentAllocations()4979 LOG(INFO) << " " << PrettyMethod(m) << " line " << stack_element->LineNumber(); in DumpRecentAllocations()