HomeSort by relevance Sort by last modified time
    Searched refs:AllocRecordStackTraceElement (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/
allocation_record.h 40 class AllocRecordStackTraceElement {
44 AllocRecordStackTraceElement() = default;
45 AllocRecordStackTraceElement(ArtMethod* method, uint32_t dex_pc)
65 bool operator==(const AllocRecordStackTraceElement& other) const {
100 const AllocRecordStackTraceElement& GetStackElement(size_t index) const {
105 void AddStackElement(const AllocRecordStackTraceElement& element) {
122 std::vector<AllocRecordStackTraceElement> stack_;
126 size_t operator()(const AllocRecordStackTraceElement& r) const {
189 const AllocRecordStackTraceElement& StackElement(size_t index) const {
allocation_record.cc 33 int32_t AllocRecordStackTraceElement::ComputeLineNumber() const {
116 const AllocRecordStackTraceElement& element = record.StackElement(i);
206 trace_->AddStackElement(AllocRecordStackTraceElement(m, GetDexPc()));
237 size_t sz = sizeof(AllocRecordStackTraceElement) * records->max_stack_depth_ +
  /art/runtime/hprof/
hprof.cc 701 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i);
706 // ID: stack frame ID. We use the address of the AllocRecordStackTraceElement object as its ID.
739 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i);
869 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i);
907 std::unordered_map<const gc::AllocRecordStackTraceElement*, HprofStackFrameId,
908 gc::HashAllocRecordTypesPtr<gc::AllocRecordStackTraceElement>,
909 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTraceElement>> frames_;
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 159 milliseconds