Searched refs:StackElement (Results 1 – 1 of 1) sorted by relevance
173 AllocRecordStackTraceElement* StackElement(size_t index) { in StackElement() function in art::AllocRecord4893 record->StackElement(depth)->SetMethod(m); in VisitFrame()4894 record->StackElement(depth)->SetDexPc(GetDexPc()); in VisitFrame()4903 record->StackElement(depth)->SetMethod(nullptr); in ~AllocRecordStackVisitor()4904 record->StackElement(depth)->SetDexPc(0); in ~AllocRecordStackVisitor()4974 AllocRecordStackTraceElement* stack_element = record->StackElement(stack_frame); in DumpRecentAllocations()5104 ArtMethod* m = record->StackElement(i)->Method(); in GetRecentAllocations()5166 ArtMethod* m = record->StackElement(stack_frame)->Method(); in GetRecentAllocations()5173 JDWP::Append2BE(bytes, record->StackElement(stack_frame)->LineNumber()); in GetRecentAllocations()