Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4514 AllocRecordStackTraceElement* stack_element = record->StackElement(stack_frame); in DumpRecentAllocations() local
4515 mirror::ArtMethod* m = stack_element->Method(); in DumpRecentAllocations()
4519 LOG(INFO) << " " << PrettyMethod(m) << " line " << stack_element->LineNumber(); in DumpRecentAllocations()