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

  /external/v8/src/profiler/
heap-snapshot-generator.h 21 class HeapEntry;
53 INLINE(HeapEntry* from() const);
54 HeapEntry* to() const { return to_entry_; }
69 HeapEntry* to_entry_;
78 // HeapEntry instances represent an entity from the heap (or a special
80 class HeapEntry BASE_EMBEDDED {
99 HeapEntry() { }
100 HeapEntry(HeapSnapshot* snapshot,
124 HeapGraphEdge::Type type, int index, HeapEntry* entry);
126 HeapGraphEdge::Type type, const char* name, HeapEntry* entry)
    [all...]
heap-snapshot-generator.cc 51 const int HeapEntry::kNoEntry = -1;
53 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
69 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type,
71 HeapEntry* entry) {
78 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type,
80 HeapEntry* entry) {
87 void HeapEntry::Print(
147 const char* HeapEntry::TypeAsString() {
188 root_index_(HeapEntry::kNoEntry)
    [all...]

Completed in 53 milliseconds