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

  /external/chromium_org/v8/src/
heap-snapshot-generator-inl.h 14 HeapEntry* HeapGraphEdge::from() const {
24 int HeapEntry::index() const {
29 int HeapEntry::set_children_index(int index) {
37 HeapGraphEdge** HeapEntry::children_arr() {
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...]
api.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 57 void CheckEntry(i::HeapEntry* entry) {
67 void CheckAllReachables(i::HeapEntry* root) {
69 i::List<i::HeapEntry*> list(10);
73 i::HeapEntry* entry = list.RemoveLast();
77 i::HeapEntry* child = children[i]->to();
105 CHECK_EQ(0, strncmp("Object", const_cast<i::HeapEntry*>(
106 reinterpret_cast<const i::HeapEntry*>(global_obj))->name(), 6));
159 i::List<i::HeapEntry>& entries = heap_snapshot->entries();
202 det.CheckAllReachables(const_cast<i::HeapEntry*>(
203 reinterpret_cast<const i::HeapEntry*>(global_env2)))
    [all...]

Completed in 66 milliseconds