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

  /external/v8/src/profiler/
heap-snapshot-generator-inl.h 14 HeapEntry* HeapGraphEdge::from() const {
29 int HeapEntry::index() const {
34 int HeapEntry::set_children_index(int index) {
42 HeapGraphEdge** HeapEntry::children_arr() {
51 Isolate* HeapEntry::isolate() const { return snapshot_->profiler()->isolate(); }
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 45 const int HeapEntry::kNoEntry = -1;
47 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
63 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type,
65 HeapEntry* entry) {
72 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type,
74 HeapEntry* entry) {
81 void HeapEntry::Print(
142 const char* HeapEntry::TypeAsString() {
184 root_index_(HeapEntry::kNoEntry)
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 56 void CheckEntry(i::HeapEntry* entry) {
66 void CheckAllReachables(i::HeapEntry* root) {
68 i::List<i::HeapEntry*> list(10);
72 i::HeapEntry* entry = list.RemoveLast();
76 i::HeapEntry* child = children[i]->to();
103 CHECK_EQ(0, strncmp("Object", const_cast<i::HeapEntry*>(
104 reinterpret_cast<const i::HeapEntry*>(global_obj))->name(), 6));
156 i::List<i::HeapEntry>& entries = heap_snapshot->entries();
195 det.CheckAllReachables(const_cast<i::HeapEntry*>(
196 reinterpret_cast<const i::HeapEntry*>(global_env2)))
    [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 174 milliseconds