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

Unified Diff: runtime/vm/os.h

Issue 12629004: Implement native call stub on ARM and native call redirection in ARM simulator. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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
Index: runtime/vm/os.h
===================================================================
--- runtime/vm/os.h (revision 19653)
+++ runtime/vm/os.h (working copy)
@@ -118,6 +118,9 @@
// Register code observers relevant to this OS.
static void RegisterCodeObservers();
+ // Returns the name (runtime symbol) of the function at the given address.
+ static const char* ReverseLookupSymbol(uword address);
+
// Initialize the OS class.
static void InitOnce();

Powered by Google App Engine
This is Rietveld 408576698