Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 2780) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -66,6 +66,10 @@ |
public: |
MacroAssembler(void* buffer, int size); |
+ void LoadRoot(Register destination, Heap::RootListIndex index); |
+ void CompareRoot(Register with, Heap::RootListIndex index); |
+ void PushRoot(Heap::RootListIndex index); |
+ |
// --------------------------------------------------------------------------- |
// GC Support |