Home | History | Annotate | Download | only in src

Lines Matching refs:AllocValue

214   struct AllocValue {
246 static size_t AllocValueSize(const AllocValue& v) { return v.bytes; }
248 typedef AddressMap<AllocValue> AllocationMap;
292 static void MapArgsAllocIterator(const void* ptr, AllocValue* v,
305 inline static void DumpNonLiveIterator(const void* ptr, AllocValue* v,
310 const void* ptr, AllocValue* v, HeapProfileTable* heap_profile);
319 static void AddToSnapshot(const void* ptr, AllocValue* v, Snapshot* s);
329 static void AddIfNonLive(const void* ptr, AllocValue* v,
407 inline void Add(const void* ptr, const AllocValue& v) {
416 static void ReportCallback(const void* ptr, AllocValue* v, ReportState*);
417 static void ReportObject(const void* ptr, AllocValue* v, char*);