Searched defs:AllocRecord (Results 1 – 2 of 2) sorted by relevance
44 class AllocRecord; variable829 friend class AllocRecord; // For type_cache_ with proper annotalysis. variable
136 class AllocRecord { class138 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {} in AllocRecord() function in art::AllocRecord