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

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, 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
Index: runtime/vm/deopt_instructions.h
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h
index 889ce1d677677ae6e073415bd7ba556872918844..9fcda82fadacaccf64a65eb5d76ebc8d44408c46 100644
--- a/runtime/vm/deopt_instructions.h
+++ b/runtime/vm/deopt_instructions.h
@@ -237,6 +237,8 @@ class DeoptInstr : public ZoneAllocated {
kMintRegisterPair,
kMintStackSlotPair,
kMintStackSlotRegister,
+ kUint32Register,
+ kUint32StackSlot,
kPcMarker,
kPp,
kCallerFp,

Powered by Google App Engine
This is Rietveld 408576698