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

Unified Diff: runtime/vm/assembler_dbc.cc

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month 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_dbc.h ('k') | runtime/vm/assembler_dbc_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_dbc.cc
diff --git a/runtime/vm/assembler_dbc.cc b/runtime/vm/assembler_dbc.cc
index f35d1d50db2551310c31a08ce9fa3da1f7b59ddd..73beb06750fc79806e80542c43b63fef7240c9ff 100644
--- a/runtime/vm/assembler_dbc.cc
+++ b/runtime/vm/assembler_dbc.cc
@@ -26,11 +26,10 @@ void Assembler::InitializeMemoryWithBreakpoints(uword data, intptr_t length) {
}
}
-#define DEFINE_EMIT(Name, Signature, Fmt0, Fmt1, Fmt2) \
- void Assembler::Name(PARAMS_##Signature) { \
- Emit(Bytecode::FENCODE_##Signature( \
- Bytecode::k##Name ENCODE_##Signature)); \
- } \
+#define DEFINE_EMIT(Name, Signature, Fmt0, Fmt1, Fmt2) \
+ void Assembler::Name(PARAMS_##Signature) { \
+ Emit(Bytecode::FENCODE_##Signature(Bytecode::k##Name ENCODE_##Signature)); \
+ }
#define PARAMS_0
@@ -131,8 +130,7 @@ void Assembler::LoadConstant(uintptr_t ra, const Object& obj) {
intptr_t Assembler::AddConstant(const Object& obj) {
- return object_pool_wrapper().FindObject(
- Object::ZoneHandle(obj.raw()));
+ return object_pool_wrapper().FindObject(Object::ZoneHandle(obj.raw()));
}
« no previous file with comments | « runtime/vm/assembler_dbc.h ('k') | runtime/vm/assembler_dbc_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698