Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h40 class AllocRecordStackTraceElement {
44 AllocRecordStackTraceElement() = default;
45 AllocRecordStackTraceElement(ArtMethod* method, uint32_t dex_pc) in AllocRecordStackTraceElement() function
65 bool operator==(const AllocRecordStackTraceElement& other) const {
100 const AllocRecordStackTraceElement& GetStackElement(size_t index) const { in GetStackElement()
105 void AddStackElement(const AllocRecordStackTraceElement& element) { in AddStackElement()
122 std::vector<AllocRecordStackTraceElement> stack_;
126 size_t operator()(const AllocRecordStackTraceElement& r) const { in operator()
189 const AllocRecordStackTraceElement& StackElement(size_t index) const { in StackElement()
Dallocation_record.cc32 int32_t AllocRecordStackTraceElement::ComputeLineNumber() const { in ComputeLineNumber()
68 const AllocRecordStackTraceElement& element = record.StackElement(i); in VisitRoots()
156 size_t sz = sizeof(AllocRecordStackTraceElement) * records->max_stack_depth_ + in SetAllocTrackingEnabled()
204 trace.AddStackElement(AllocRecordStackTraceElement(m, stack_visitor->GetDexPc())); in RecordAllocation()
/art/runtime/hprof/
Dhprof.cc700 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in WriteStackTraces()
738 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in WriteStackTraces()
860 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in PopulateAllocationTrackingTraces()
898 std::unordered_map<const gc::AllocRecordStackTraceElement*, HprofStackFrameId,
899 gc::HashAllocRecordTypesPtr<gc::AllocRecordStackTraceElement>,
900 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTraceElement>> frames_;
/art/runtime/
Dreference_table.cc232 const gc::AllocRecordStackTraceElement& frame = trace->GetStackElement(i); in Dump()