Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: runtime/vm/raw_object.h

Issue 14179015: - Remove heap tracing. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/pages.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/raw_object.h
===================================================================
--- runtime/vm/raw_object.h (revision 21785)
+++ runtime/vm/raw_object.h (working copy)
@@ -415,10 +415,6 @@
friend class Heap;
friend class HeapProfiler;
friend class HeapProfilerRootVisitor;
- friend class HeapTrace;
- friend class HeapTraceDebugObjectVisitor;
- friend class HeapTraceHandleVisitor;
- friend class HeapTraceVisitor;
friend class MarkingVisitor;
friend class Object;
friend class RawExternalTypedData;
@@ -477,7 +473,6 @@
intptr_t token_pos_;
uint8_t state_bits_; // state, is_const, is_implemented.
- friend class HeapTrace;
friend class Instance;
friend class Object;
friend class RawInstance;
@@ -1240,8 +1235,6 @@
RawSmi* length_;
RawSmi* hash_;
RawObject** to() { return reinterpret_cast<RawObject**>(&ptr()->hash_); }
-
- friend class HeapTrace;
};
@@ -1252,7 +1245,6 @@
uint8_t data_[0];
friend class ApiMessageReader;
- friend class HeapTrace;
friend class SnapshotReader;
};
@@ -1263,7 +1255,6 @@
// Variable length data follows here.
uint16_t data_[0];
- friend class HeapTrace;
friend class SnapshotReader;
};
@@ -1343,7 +1334,6 @@
class RawImmutableArray : public RawArray {
RAW_HEAP_OBJECT_IMPLEMENTATION(ImmutableArray);
- friend class HeapTrace;
friend class SnapshotReader;
};
« no previous file with comments | « runtime/vm/pages.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698