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

Unified Diff: runtime/vm/native_entry.h

Issue 1358773002: Load the native call wrapper via Thread. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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 | « runtime/vm/intermediate_language_x64.cc ('k') | 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 4dd655d24d4aa7624453a1f6ec0d9898da28be0e..0123b47383ca9869c4bf7cb75243627f50d56345 100644
--- a/runtime/vm/native_entry.h
+++ b/runtime/vm/native_entry.h
@@ -114,11 +114,11 @@ class NativeEntry : public AllStatic {
uword pc);
static const uint8_t* ResolveSymbol(uword pc);
- static const ExternalLabel& NativeCallWrapperLabel();
+ static uword NativeCallWrapperEntry();
static void NativeCallWrapper(Dart_NativeArguments args,
Dart_NativeFunction func);
- static const ExternalLabel& LinkNativeCallLabel();
+ static uword LinkNativeCallEntry();
static void LinkNativeCall(Dart_NativeArguments args);
};
« no previous file with comments | « runtime/vm/intermediate_language_x64.cc ('k') | runtime/vm/native_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698