Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h188 const AllocRecordStackTraceElement& StackElement(size_t index) const { in StackElement() function
Dallocation_record.cc113 const AllocRecordStackTraceElement& element = record.StackElement(i); in VisitRoots()
/art/runtime/
Ddebugger.cc4827 const gc::AllocRecordStackTraceElement& stack_element = record->StackElement(stack_frame); in DumpRecentAllocations()
4964 ArtMethod* m = record->StackElement(i).GetMethod(); in GetRecentAllocations()
5026 ArtMethod* m = record->StackElement(stack_frame).GetMethod(); in GetRecentAllocations()
5033 JDWP::Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber()); in GetRecentAllocations()