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

Unified Diff: runtime/vm/assembler_arm.cc

Issue 14917020: Inline _OneByteString._setAt. The key knowledge is that _setAt is an internal method that has to be… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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/lib/string_patch.dart ('k') | runtime/vm/flow_graph_optimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_arm.cc
===================================================================
--- runtime/vm/assembler_arm.cc (revision 22522)
+++ runtime/vm/assembler_arm.cc (working copy)
@@ -5,16 +5,16 @@
#include "vm/globals.h"
#if defined(TARGET_ARCH_ARM)
+#include "vm/assembler.h"
+#include "vm/simulator.h"
+#include "vm/runtime_entry.h"
+#include "vm/stub_code.h"
+
// An extra check since we are assuming the existence of /proc/cpuinfo below.
#if !defined(USING_SIMULATOR) && !defined(__linux__)
#error ARM cross-compile only supported on Linux
#endif
-#include "vm/assembler.h"
-#include "vm/simulator.h"
-#include "vm/runtime_entry.h"
-#include "vm/stub_code.h"
-
namespace dart {
DEFINE_FLAG(bool, print_stop_message, true, "Print stop message.");
« no previous file with comments | « runtime/lib/string_patch.dart ('k') | runtime/vm/flow_graph_optimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698