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 38 class HeapEntry;
70 INLINE(HeapEntry* from() const);
71 HeapEntry* to() const { return to_entry_; }
82 HeapEntry* to_entry_;
91 // HeapEntry instances represent an entity from the heap (or a special
93 class HeapEntry BASE_EMBEDDED {
111 HeapEntry() { }
112 HeapEntry(HeapSnapshot* snapshot,
134 HeapGraphEdge::Type type, int index, HeapEntry* entry);
136 HeapGraphEdge::Type type, const char* name, HeapEntry* entry)
    [all...]
heap-snapshot-generator.cc 68 const int HeapEntry::kNoEntry = -1;
70 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
84 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type,
86 HeapEntry* entry) {
93 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type,
95 HeapEntry* entry) {
102 Handle<HeapObject> HeapEntry::GetHeapObject() {
107 void HeapEntry::Print(
168 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 26 milliseconds