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

/external/v8/src/profiler/
H A Dheap-snapshot-generator.h20 class HeapEntry;
52 INLINE(HeapEntry* from() const);
53 HeapEntry* to() const { return to_entry_; }
68 HeapEntry* to_entry_;
77 // HeapEntry instances represent an entity from the heap (or a special
79 class HeapEntry BASE_EMBEDDED {
99 HeapEntry() { } function in class:v8::internal::BASE_EMBEDDED
100 HeapEntry(HeapSnapshot* snapshot,
125 HeapGraphEdge::Type type, int index, HeapEntry* entry);
127 HeapGraphEdge::Type type, const char* name, HeapEntry* entr
[all...]
H A Dheap-snapshot-generator.cc44 const int HeapEntry::kNoEntry = -1;
46 HeapEntry::HeapEntry(HeapSnapshot* snapshot, function in class:v8::internal::HeapEntry
62 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type,
64 HeapEntry* entry) {
71 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type,
73 HeapEntry* entry) {
80 void HeapEntry::Print(
141 const char* HeapEntry::TypeAsString() {
183 root_index_(HeapEntry
[all...]

Completed in 1276 milliseconds