Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 4568) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -62,6 +62,7 @@ |
void CompareRoot(Register with, Heap::RootListIndex index); |
void CompareRoot(Operand with, Heap::RootListIndex index); |
void PushRoot(Heap::RootListIndex index); |
+ void StoreRoot(Register source, Heap::RootListIndex index); |
// --------------------------------------------------------------------------- |
// GC Support |