Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc76 class AllocRecordStackTraceElement { class
78 AllocRecordStackTraceElement() : method_(nullptr), dex_pc_(0) { in AllocRecordStackTraceElement() function in art::AllocRecordStackTraceElement
173 AllocRecordStackTraceElement* StackElement(size_t index) { in StackElement()
183 AllocRecordStackTraceElement stack_[kMaxAllocRecordStackDepth];
4974 AllocRecordStackTraceElement* stack_element = record->StackElement(stack_frame); in DumpRecentAllocations()