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

Unified Diff: runtime/vm/stack_frame_ia32.h

Issue 200693002: Set VMTag from stubs when transitioning between Dart and Native (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/stack_frame_arm.h ('k') | runtime/vm/stack_frame_mips.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/stack_frame_ia32.h
diff --git a/runtime/vm/stack_frame_ia32.h b/runtime/vm/stack_frame_ia32.h
index f36863bb272a5b8da71fe79fb3b4ed240a304ebe..b7d5997d319a9d87ef3e684f86f6610c1bb3ae42 100644
--- a/runtime/vm/stack_frame_ia32.h
+++ b/runtime/vm/stack_frame_ia32.h
@@ -42,8 +42,9 @@ static const int kCallerSpSlotFromFp = 2;
static const int kSavedCallerPpSlotFromFp = kSavedCallerFpSlotFromFp;
// Entry and exit frame layout.
-static const int kSavedContextSlotFromEntryFp = -5;
-static const int kExitLinkSlotFromEntryFp = -4;
+static const int kSavedContextSlotFromEntryFp = -6;
+static const int kExitLinkSlotFromEntryFp = -5;
+static const int kSavedVMTagSlotFromEntryFp = -4;
} // namespace dart
« no previous file with comments | « runtime/vm/stack_frame_arm.h ('k') | runtime/vm/stack_frame_mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698