Home
last modified time | relevance | path

Searched defs:AllocRecord (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.h44 class AllocRecord; variable
829 friend class AllocRecord; // For type_cache_ with proper annotalysis. variable
Ddebugger.cc136 class AllocRecord { class
138 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {} in AllocRecord() function in art::AllocRecord