| Index: runtime/vm/native_entry.h
|
| diff --git a/runtime/vm/native_entry.h b/runtime/vm/native_entry.h
|
| index 6c98d3a808d6209594b5e0ab348dd234e5119df3..53fbb03d9ab2a16af4f230216beb2e82f34f95e7 100644
|
| --- a/runtime/vm/native_entry.h
|
| +++ b/runtime/vm/native_entry.h
|
| @@ -95,6 +95,9 @@ class NativeEntry : public AllStatic {
|
| const String& function_name,
|
| int number_of_arguments,
|
| bool* auto_setup_scope);
|
| + static const uint8_t* ResolveSymbolInLibrary(const Library& library,
|
| + uword pc);
|
| + static const uint8_t* ResolveSymbol(uword pc);
|
| static void NativeCallWrapper(Dart_NativeArguments args,
|
| Dart_NativeFunction func);
|
| static const ExternalLabel& NativeCallWrapperLabel();
|
|
|