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

Unified Diff: runtime/vm/assembler_x64.h

Issue 552303005: Fix StoreIndexedInstr input representation requirements for Int32/Uint32 arrays. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix typo Created 6 years, 3 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/assembler_x64.h
diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
index e66f1c94f73f51ab1be835a964387a8317d26076..5f67646e7c2445f2031c6ce64924a2b935e7bf37 100644
--- a/runtime/vm/assembler_x64.h
+++ b/runtime/vm/assembler_x64.h
@@ -754,6 +754,10 @@ class Assembler : public ValueObject {
void LoadTaggedClassIdMayBeSmi(Register result, Register object);
+ // CheckClassIs fused with optimistic SmiUntag.
+ // Value in the register object is untagged optimistically.
+ void SmiUntagOrCheckClass(Register object, intptr_t class_id, Label* smi);
+
/*
* Misc. functionality.
*/

Powered by Google App Engine
This is Rietveld 408576698