HomeSort by relevance Sort by last modified time
    Searched defs:HeapEntry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
heap-snapshot-generator.h 15 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() { }
92 HeapEntry(HeapSnapshot* snapshot,
116 HeapGraphEdge::Type type, int index, HeapEntry* entry);
118 HeapGraphEdge::Type type, const char* name, HeapEntry* entry)
    [all...]
heap-snapshot-generator.cc 47 const int HeapEntry::kNoEntry = -1;
49 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
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::kNoEntry)
    [all...]

Completed in 157 milliseconds