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

  /external/chromium_org/v8/src/
heap-snapshot-generator.h 36 class HeapEntry;
68 INLINE(HeapEntry* from() const);
69 HeapEntry* to() const { return to_entry_; }
80 HeapEntry* to_entry_;
89 // HeapEntry instances represent an entity from the heap (or a special
91 class HeapEntry BASE_EMBEDDED {
107 HeapEntry() { }
108 HeapEntry(HeapSnapshot* snapshot,
130 HeapGraphEdge::Type type, int index, HeapEntry* entry);
132 HeapGraphEdge::Type type, const char* name, HeapEntry* entry)
    [all...]
heap-snapshot-generator.cc 66 const int HeapEntry::kNoEntry = -1;
68 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
82 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type,
84 HeapEntry* entry) {
91 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type,
93 HeapEntry* entry) {
100 Handle<HeapObject> HeapEntry::GetHeapObject() {
105 void HeapEntry::Print(
166 const char* HeapEntry::TypeAsString()
    [all...]
  /external/v8/src/
profile-generator.h 450 class HeapEntry;
465 void Init(int child_index, Type type, const char* name, HeapEntry* to);
466 void Init(int child_index, Type type, int index, HeapEntry* to);
467 void Init(int child_index, int index, HeapEntry* to);
481 HeapEntry* to() { return to_; }
483 HeapEntry* From();
492 HeapEntry* to_;
500 // HeapEntry instances represent an entity from the heap (or a special
505 // HeapEntry
519 class HeapEntry BASE_EMBEDDED
    [all...]

Completed in 44 milliseconds