Searched defs:AllocRecord (Results 1 – 1 of 1) sorted by relevance
71 struct AllocRecord { struct72 mirror::Class* type;73 size_t byte_count;74 uint16_t thin_lock_id;75 …AllocRecordStackTraceElement stack[kMaxAllocRecordStackDepth]; // Unused entries have NULL method.77 size_t GetDepth() { in GetDepth()