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

Unified Diff: runtime/vm/heap.h

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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/hash_table_test.cc ('k') | runtime/vm/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index 6c68d0fcba67c33c15698241232685e729f7627c..4fff18f22d4b8f90dbecb415e62fe8a324d40f98 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -315,7 +315,6 @@ class Heap {
// ensure thread-safety.
bool VerifyGC(MarkExpectation mark_expectation = kForbidMarked) const;
-
// Helper functions for garbage collection.
void CollectNewSpaceGarbage(Thread* thread,
ApiCallbacks api_callbacks,
@@ -375,7 +374,6 @@ class Heap {
DISALLOW_COPY_AND_ASSIGN(Heap);
};
-
class HeapIterationScope : public StackResource {
public:
explicit HeapIterationScope(bool writable = false);
@@ -389,7 +387,6 @@ class HeapIterationScope : public StackResource {
DISALLOW_COPY_AND_ASSIGN(HeapIterationScope);
};
-
class NoHeapGrowthControlScope : public StackResource {
public:
NoHeapGrowthControlScope();
@@ -400,7 +397,6 @@ class NoHeapGrowthControlScope : public StackResource {
DISALLOW_COPY_AND_ASSIGN(NoHeapGrowthControlScope);
};
-
// Note: During this scope, the code pages are non-executable.
class WritableVMIsolateScope : StackResource {
public:
« no previous file with comments | « runtime/vm/hash_table_test.cc ('k') | runtime/vm/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698