Home
last modified time | relevance | path

Searched refs:stack_element (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddebugger.cc4974 AllocRecordStackTraceElement* stack_element = record->StackElement(stack_frame); in DumpRecentAllocations() local
4975 ArtMethod* m = stack_element->Method(); in DumpRecentAllocations()
4979 LOG(INFO) << " " << PrettyMethod(m) << " line " << stack_element->LineNumber(); in DumpRecentAllocations()