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

Unified Diff: runtime/vm/native_entry.h

Issue 1728913002: Fix running on debug + clang + ARM64 + --link-natives-lazily. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | runtime/vm/native_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/native_entry.h
diff --git a/runtime/vm/native_entry.h b/runtime/vm/native_entry.h
index 2e90ffce1eb93760b384d25bc7c9ee2a6647ee6d..9557073c974a2959529eb22f77ceb9a2c921e82e 100644
--- a/runtime/vm/native_entry.h
+++ b/runtime/vm/native_entry.h
@@ -120,7 +120,11 @@ class NativeEntry : public AllStatic {
static uword LinkNativeCallEntry();
static void LinkNativeCall(Dart_NativeArguments args);
+
private:
+ static void NativeCallWrapperNoStackCheck(Dart_NativeArguments args,
+ Dart_NativeFunction func);
+
static bool ReturnValueIsError(NativeArguments* arguments);
static void PropagateErrors(NativeArguments* arguments);
};
« no previous file with comments | « no previous file | runtime/vm/native_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698