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

Unified Diff: runtime/vm/object.h

Issue 19500016: Fix function premable for native entrypoints. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/lib/mirrors.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index d11863e7920de9914da1bb9875f4e8605cf3442f..7c552f0bbeedb1be16ed618a34b2d7278e103d58 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -5876,8 +5876,12 @@ class MirrorReference : public Instance {
StorePointer(&raw_ptr()->referent_, referent.raw());
}
+ RawClass* GetClassReferent() const;
+
RawFunction* GetFunctionReferent() const;
+ RawLibrary* GetLibraryReferent() const;
+
static RawMirrorReference* New(Heap::Space space = Heap::kNew);
static intptr_t InstanceSize() {
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698