Searched defs:HeapEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h15 class HeapEntry;
49 INLINE(HeapEntry* from() const);
50 HeapEntry* to() const { return to_entry_; }
61 HeapEntry* to_entry_;
70 // HeapEntry instances represent an entity from the heap (or a special
72 class HeapEntry BASE_EMBEDDED {
91 HeapEntry() { } function in class:v8::internal::BASE_EMBEDDED
92 HeapEntry(HeapSnapshot* snapshot,
116 HeapGraphEdge::Type type, int index, HeapEntry* entry);
118 HeapGraphEdge::Type type, const char* name, HeapEntry* entr
[all...]
H A Dheap-snapshot-generator.cc47 const int HeapEntry::kNoEntry = -1;
49 HeapEntry::HeapEntry(HeapSnapshot* snapshot, function in class:v8::internal::HeapEntry
65 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type,
67 HeapEntry* entry) {
74 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type,
76 HeapEntry* entry) {
83 void HeapEntry::Print(
144 const char* HeapEntry::TypeAsString() {
189 root_index_(HeapEntry
[all...]

Completed in 261 milliseconds