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

Unified Diff: runtime/vm/gc_sweeper.cc

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/gc_marker.cc ('k') | runtime/vm/gdb_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/gc_sweeper.cc
diff --git a/runtime/vm/gc_sweeper.cc b/runtime/vm/gc_sweeper.cc
index 2860292406e1481c093d37c17ecd086b1fc7d838..cb1d34a583160914ac65e84183199ae3e643244d 100644
--- a/runtime/vm/gc_sweeper.cc
+++ b/runtime/vm/gc_sweeper.cc
@@ -72,7 +72,6 @@ bool GCSweeper::SweepPage(HeapPage* page, FreeList* freelist, bool locked) {
return in_use;
}
-
intptr_t GCSweeper::SweepLargePage(HeapPage* page) {
intptr_t words_to_end = 0;
RawObject* raw_obj = RawObject::FromAddr(page->object_start());
@@ -96,7 +95,6 @@ intptr_t GCSweeper::SweepLargePage(HeapPage* page) {
return words_to_end;
}
-
class SweeperTask : public ThreadPool::Task {
public:
SweeperTask(Isolate* isolate,
@@ -168,7 +166,6 @@ class SweeperTask : public ThreadPool::Task {
FreeList* freelist_;
};
-
void GCSweeper::SweepConcurrent(Isolate* isolate,
HeapPage* first,
HeapPage* last,
« no previous file with comments | « runtime/vm/gc_marker.cc ('k') | runtime/vm/gdb_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698