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

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
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..8e04a546f6ffe8bf92195a34a0e544245a9b142e 100644
--- a/runtime/vm/stack_frame_ia32.h
+++ b/runtime/vm/stack_frame_ia32.h
@@ -42,6 +42,7 @@ static const int kCallerSpSlotFromFp = 2;
static const int kSavedCallerPpSlotFromFp = kSavedCallerFpSlotFromFp;
// Entry and exit frame layout.
+static const int kSavedVMTagSlotFromEntryFp = -6;
static const int kSavedContextSlotFromEntryFp = -5;
static const int kExitLinkSlotFromEntryFp = -4;
« no previous file with comments | « runtime/vm/isolate.h ('k') | runtime/vm/stub_code_ia32.cc » ('j') | runtime/vm/stub_code_ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698