| 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();
|
|
|