Home | History | Annotate | Download | only in src

Lines Matching refs:AllocValue

240   struct AllocValue {
278 static size_t AllocValueSize(const AllocValue& v) { return v.bytes; }
280 typedef AddressMap<AllocValue> AllocationMap;
377 static void MapArgsAllocIterator(const void* ptr, AllocValue* v,
395 AllocValue* v,
399 inline static void MarkIterator(const void* ptr, AllocValue* v,
404 inline static void DumpNonLiveIterator(const void* ptr, AllocValue* v,
409 inline static void DumpMarkedIterator(const void* ptr, AllocValue* v,
414 AllocValue* value,
428 static void AddToSnapshot(const void* ptr, AllocValue* v, Snapshot* s);
438 static void AddIfNonLive(const void* ptr, AllocValue* v,
510 inline void Add(const void* ptr, const AllocValue& v) {
519 static void ReportCallback(const void* ptr, AllocValue* v, ReportState*);
520 static void ReportObject(const void* ptr, AllocValue* v, char*);