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

Unified Diff: runtime/vm/deopt_instructions.h

Issue 345563007: Add Uint32 representation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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/deopt_instructions.h
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h
index 889ce1d677677ae6e073415bd7ba556872918844..2a72b5e1e1037d97567c4a495f188dae8e5d5cc7 100644
--- a/runtime/vm/deopt_instructions.h
+++ b/runtime/vm/deopt_instructions.h
@@ -237,6 +237,10 @@ class DeoptInstr : public ZoneAllocated {
kMintRegisterPair,
kMintStackSlotPair,
kMintStackSlotRegister,
+ // 32-bit Mints only store the low word. That word can be in a register
+ // or a stack slot. Note mints are only used on 32-bit architectures.
+ kMint32Register,
+ kMint32StackSlot,
kPcMarker,
kPp,
kCallerFp,

Powered by Google App Engine
This is Rietveld 408576698