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

Unified Diff: dart/runtime/vm/deopt_instructions.h

Issue 59073003: Version 0.8.10.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « dart/runtime/vm/deferred_objects.cc ('k') | dart/runtime/vm/deopt_instructions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/vm/deopt_instructions.h
===================================================================
--- dart/runtime/vm/deopt_instructions.h (revision 29808)
+++ dart/runtime/vm/deopt_instructions.h (working copy)
@@ -134,9 +134,9 @@
deferred_boxes_);
}
- void DeferUint32x4Materialization(simd128_value_t value,
- RawUint32x4** slot) {
- deferred_boxes_ = new DeferredUint32x4(
+ void DeferInt32x4Materialization(simd128_value_t value,
+ RawInt32x4** slot) {
+ deferred_boxes_ = new DeferredInt32x4(
value,
reinterpret_cast<RawInstance**>(slot),
deferred_boxes_);
@@ -210,12 +210,12 @@
kFpuRegister,
kInt64FpuRegister,
kFloat32x4FpuRegister,
- kUint32x4FpuRegister,
+ kInt32x4FpuRegister,
kStackSlot,
kDoubleStackSlot,
kInt64StackSlot,
kFloat32x4StackSlot,
- kUint32x4StackSlot,
+ kInt32x4StackSlot,
kPcMarker,
kPp,
kCallerFp,
« no previous file with comments | « dart/runtime/vm/deferred_objects.cc ('k') | dart/runtime/vm/deopt_instructions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698