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

Unified Diff: runtime/vm/simulator_arm64.h

Issue 718393005: Enable the profiler on the simulator (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: runtime/vm/simulator_arm64.h
diff --git a/runtime/vm/simulator_arm64.h b/runtime/vm/simulator_arm64.h
index b63975aab4b5b8b6727e9e63ca1803763a4b84b2..6e02f7f69a5afeb9dc780c2031fc9134d5073a3e 100644
--- a/runtime/vm/simulator_arm64.h
+++ b/runtime/vm/simulator_arm64.h
@@ -103,6 +103,8 @@ class Simulator {
CallKind call_kind,
int argument_count);
+ static uword FunctionForRedirect(uword redirect);
+
void Longjmp(uword pc,
uword sp,
uword fp,

Powered by Google App Engine
This is Rietveld 408576698