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

Unified Diff: runtime/vm/assembler_dbc.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/assembler_arm_test.cc ('k') | runtime/vm/assembler_dbc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_dbc.h
diff --git a/runtime/vm/assembler_dbc.h b/runtime/vm/assembler_dbc.h
index dbe821669f7efbe5667f9e53cbbb59b3168ad097..39c3d9a49d491ee483f058cc53eaa40f6a1f5c20 100644
--- a/runtime/vm/assembler_dbc.h
+++ b/runtime/vm/assembler_dbc.h
@@ -19,14 +19,12 @@
namespace dart {
-
// Dummy declaration to make things compile.
class Address : public ValueObject {
private:
Address();
};
-
class Label : public ValueObject {
public:
Label() : position_(0) {}
@@ -68,7 +66,6 @@ class Label : public ValueObject {
DISALLOW_COPY_AND_ASSIGN(Label);
};
-
class Assembler : public ValueObject {
public:
explicit Assembler(bool use_far_branches = false) : buffer_(), comments_() {}
@@ -138,7 +135,6 @@ class Assembler : public ValueObject {
#define PARAMS_T intptr_t x
#define PARAMS_A_X uintptr_t ra, intptr_t x
-
BYTECODES_LIST(DECLARE_EMIT)
#undef PARAMS_0
@@ -185,7 +181,6 @@ class Assembler : public ValueObject {
DISALLOW_COPY_AND_ASSIGN(Assembler);
};
-
} // namespace dart
#endif // RUNTIME_VM_ASSEMBLER_DBC_H_
« no previous file with comments | « runtime/vm/assembler_arm_test.cc ('k') | runtime/vm/assembler_dbc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698