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 18 class HeapEntry;
50 INLINE(HeapEntry* from() const);
51 HeapEntry* to() const { return to_entry_; }
66 HeapEntry* to_entry_;
75 // HeapEntry instances represent an entity from the heap (or a special
77 class HeapEntry BASE_EMBEDDED {
97 HeapEntry() { }
98 HeapEntry(HeapSnapshot* snapshot,
123 HeapGraphEdge::Type type, int index, HeapEntry* entry);
125 HeapGraphEdge::Type type, const char* name, HeapEntry* entry)
    [all...]
heap-snapshot-generator.cc 44 const int HeapEntry::kNoEntry = -1;
46 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
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::kNoEntry)
    [all...]

Completed in 46 milliseconds