#include <profile-generator.h>
|
virtual | ~SnapshotFillerInterface () |
|
virtual HeapEntry * | AddEntry (HeapThing ptr, HeapEntriesAllocator *allocator)=0 |
|
virtual HeapEntry * | FindEntry (HeapThing ptr)=0 |
|
virtual HeapEntry * | FindOrAddEntry (HeapThing ptr, HeapEntriesAllocator *allocator)=0 |
|
virtual void | SetIndexedReference (HeapGraphEdge::Type type, int parent_entry, int index, HeapEntry *child_entry)=0 |
|
virtual void | SetIndexedAutoIndexReference (HeapGraphEdge::Type type, int parent_entry, HeapEntry *child_entry)=0 |
|
virtual void | SetNamedReference (HeapGraphEdge::Type type, int parent_entry, const char *reference_name, HeapEntry *child_entry)=0 |
|
virtual void | SetNamedAutoIndexReference (HeapGraphEdge::Type type, int parent_entry, HeapEntry *child_entry)=0 |
|
Definition at line 817 of file profile-generator.h.
virtual HeapEntry* FindEntry |
( |
HeapThing |
ptr | ) |
|
|
pure virtual |
virtual void SetIndexedAutoIndexReference |
( |
HeapGraphEdge::Type |
type, |
|
|
int |
parent_entry, |
|
|
HeapEntry * |
child_entry |
|
) |
| |
|
pure virtual |
virtual void SetIndexedReference |
( |
HeapGraphEdge::Type |
type, |
|
|
int |
parent_entry, |
|
|
int |
index, |
|
|
HeapEntry * |
child_entry |
|
) |
| |
|
pure virtual |
virtual void SetNamedAutoIndexReference |
( |
HeapGraphEdge::Type |
type, |
|
|
int |
parent_entry, |
|
|
HeapEntry * |
child_entry |
|
) |
| |
|
pure virtual |
virtual void SetNamedReference |
( |
HeapGraphEdge::Type |
type, |
|
|
int |
parent_entry, |
|
|
const char * |
reference_name, |
|
|
HeapEntry * |
child_entry |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: