Searched refs:AllocRecordStackTraceElement (Results 1 – 4 of 4) sorted by relevance
40 class AllocRecordStackTraceElement {44 AllocRecordStackTraceElement() = default;45 AllocRecordStackTraceElement(ArtMethod* method, uint32_t dex_pc) in AllocRecordStackTraceElement() function65 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()
33 int32_t AllocRecordStackTraceElement::ComputeLineNumber() const { in ComputeLineNumber()81 const AllocRecordStackTraceElement& element = record.StackElement(i); in VisitRoots()172 size_t sz = sizeof(AllocRecordStackTraceElement) * records->max_stack_depth_ + in SetAllocTrackingEnabled()220 trace.AddStackElement(AllocRecordStackTraceElement(m, stack_visitor->GetDexPc())); in RecordAllocation()
700 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_;
232 const gc::AllocRecordStackTraceElement& frame = trace->GetStackElement(i); in Dump()