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

  /art/runtime/gc/
allocation_record.h 74 class AllocRecordStackTrace {
78 AllocRecordStackTrace() = default;
80 AllocRecordStackTrace(AllocRecordStackTrace&& r)
84 AllocRecordStackTrace(const AllocRecordStackTrace& r)
115 bool operator==(const AllocRecordStackTrace& other) const {
128 AllocRecordStackTrace::kHashMultiplier + std::hash<uint32_t>()(r.GetDexPc());
131 size_t operator()(const AllocRecordStackTrace& r) const {
133 size_t result = r.GetTid() * AllocRecordStackTrace::kHashMultiplier + depth
    [all...]
allocation_record.cc 162 sizeof(AllocRecord) + sizeof(AllocRecordStackTrace);
195 AllocRecordStackTrace trace;
  /art/runtime/hprof/
hprof.cc 632 const gc::AllocRecordStackTrace* trace = r->second;
695 const gc::AllocRecordStackTrace* trace = it.first;
731 // U4: stack trace serial number. We use the address of the AllocRecordStackTrace object as its serial number.
848 const gc::AllocRecordStackTrace* trace = it->second.GetStackTrace();
896 std::unordered_map<const gc::AllocRecordStackTrace*, HprofStackTraceSerialNumber,
897 gc::HashAllocRecordTypesPtr<gc::AllocRecordStackTrace>,
898 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTrace>> traces_;
902 std::unordered_map<const mirror::Object*, const gc::AllocRecordStackTrace*> allocation_records_;
    [all...]
  /art/runtime/
reference_table.cc 226 const gc::AllocRecordStackTrace* trace = record.GetStackTrace();

Completed in 112 milliseconds