Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc68 const AllocRecordStackTraceElement& element = record.StackElement(i); in VisitRoots()
Dallocation_record.h189 const AllocRecordStackTraceElement& StackElement(size_t index) const { in StackElement() function
/art/runtime/
Ddebugger.cc988 ArtMethod* m = record->StackElement(i).GetMethod(); in GetRecentAllocations()
1067 ArtMethod* m = record->StackElement(stack_frame).GetMethod(); in GetRecentAllocations()
1074 Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber()); in GetRecentAllocations()