Home | History | Annotate | Download | only in src

Lines Matching refs:HeapSnapshot

965 void HeapEntry::Init(HeapSnapshot* snapshot,
1124 HeapSnapshot::HeapSnapshot(HeapSnapshotsCollection* collection,
1125 HeapSnapshot::Type type,
1149 HeapSnapshot::~HeapSnapshot() {
1154 void HeapSnapshot::Delete() {
1160 void HeapSnapshot::AllocateEntries(int entries_count,
1175 void HeapSnapshot::ClearPaint() {
1180 HeapEntry* HeapSnapshot::AddRootEntry(int children_count) {
1191 HeapEntry* HeapSnapshot::AddGcRootsEntry(int children_count,
1203 HeapEntry* HeapSnapshot::AddGcSubrootEntry(int tag,
1218 HeapEntry* HeapSnapshot::AddEntry(HeapEntry::Type type,
1230 void HeapSnapshot::SetDominatorsToSelf() {
1238 HeapEntry* HeapSnapshot::GetNextEntryToInit() {
1252 HeapEntry* HeapSnapshot::GetEntryById(SnapshotObjectId id) {
1281 List<HeapEntry*>* HeapSnapshot::GetSortedEntriesList() {
1290 void HeapSnapshot::Print(int max_depth) {
1421 static void DeleteHeapSnapshot(HeapSnapshot** snapshot_ptr) {
1432 HeapSnapshot* HeapSnapshotsCollection::NewSnapshot(HeapSnapshot::Type type,
1436 return new HeapSnapshot(this, type, name, uid);
1441 HeapSnapshot* snapshot) {
1455 HeapSnapshot* HeapSnapshotsCollection::GetSnapshot(unsigned uid) {
1459 return entry != NULL ? reinterpret_cast<HeapSnapshot*>(entry->value) : NULL;
1463 void HeapSnapshotsCollection::RemoveSnapshot(HeapSnapshot* snapshot) {
1637 HeapSnapshot* snapshot,
2652 HeapSnapshot* snapshot,
2661 HeapSnapshot* snapshot_;
2688 HeapSnapshot* snapshot, SnapshottingProgressReportingInterface* progress)
2972 explicit SnapshotFiller(HeapSnapshot* snapshot, HeapEntriesMap* entries)
3038 HeapSnapshot* snapshot_;
3044 HeapSnapshotGenerator::HeapSnapshotGenerator(HeapSnapshot* snapshot,
3405 HeapSnapshot* original_snapshot = NULL;
3427 HeapSnapshot* HeapSnapshotJSONSerializer::CreateFakeSnapshot() {
3428 HeapSnapshot* result = new HeapSnapshot(snapshot_->collection(),
3429 HeapSnapshot::kFull,