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

Unified Diff: runtime/vm/assembler_ia32.h

Issue 11428067: Merge the Merlin heap tracing to top-of-trunk. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add yet another missing file Created 8 years 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_ia32.h
diff --git a/runtime/vm/assembler_ia32.h b/runtime/vm/assembler_ia32.h
index a738df396b888195f45c7ae30cb2565d53e6a931..46a439bd323477aeb230ec3718361309c79e0b66 100644
--- a/runtime/vm/assembler_ia32.h
+++ b/runtime/vm/assembler_ia32.h
@@ -554,6 +554,13 @@ class Assembler : public ValueObject {
const FieldAddress& dest,
const Object& value);
+ void TraceStoreIntoObject(Register object,
+ const FieldAddress& dest,
+ Register value);
+ void TraceStoreIntoObject(Register object,
+ const FieldAddress& dest,
+ const Object& value);
+
void DoubleNegate(XmmRegister d);
void FloatNegate(XmmRegister f);

Powered by Google App Engine
This is Rietveld 408576698