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

Unified Diff: runtime/vm/kernel_binary.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/kernel.cc ('k') | runtime/vm/kernel_binary.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel_binary.h
diff --git a/runtime/vm/kernel_binary.h b/runtime/vm/kernel_binary.h
index ec3f758141a4ea54679ce50b3b9b64192ca717ec..bcc943425f26e4c569332299ae4e3b1b5a5b1bcf 100644
--- a/runtime/vm/kernel_binary.h
+++ b/runtime/vm/kernel_binary.h
@@ -16,10 +16,8 @@
namespace dart {
namespace kernel {
-
static const uint32_t kMagicProgramFile = 0x90ABCDEFu;
-
// Keep in sync with package:dynamo/lib/binary/tag.dart
enum Tag {
kNothing = 0,
@@ -134,10 +132,8 @@ enum Tag {
kSpecialIntLiteral = 144,
};
-
static const int SpecializedIntLiteralBias = 3;
-
class Reader {
public:
Reader(const uint8_t* buffer, intptr_t size)
@@ -297,7 +293,6 @@ class Reader {
friend class Program;
};
-
// A helper class that resets the readers min and max positions both upon
// initialization and upon destruction, i.e. when created the min an max
// positions will be reset to "noSource", when destructing the min and max will
« no previous file with comments | « runtime/vm/kernel.cc ('k') | runtime/vm/kernel_binary.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698