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

Unified Diff: runtime/vm/native_entry.h

Issue 227433004: Add runtime and native entry tags (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/native_entry.h
diff --git a/runtime/vm/native_entry.h b/runtime/vm/native_entry.h
index 6c98d3a808d6209594b5e0ab348dd234e5119df3..81e8a3fa10f681c07d7f8c792144629abc7c3590 100644
--- a/runtime/vm/native_entry.h
+++ b/runtime/vm/native_entry.h
@@ -95,6 +95,8 @@ class NativeEntry : public AllStatic {
const String& function_name,
int number_of_arguments,
bool* auto_setup_scope);
+ static const char* ReverseLookupInLibrary(const Library& library, uword pc);
+ static const char* ReverseLookup(uword pc);
static void NativeCallWrapper(Dart_NativeArguments args,
Dart_NativeFunction func);
static const ExternalLabel& NativeCallWrapperLabel();

Powered by Google App Engine
This is Rietveld 408576698