| Index: src/x64/macro-assembler-x64.h
|
| ===================================================================
|
| --- src/x64/macro-assembler-x64.h (revision 4559)
|
| +++ src/x64/macro-assembler-x64.h (working copy)
|
| @@ -66,6 +66,10 @@
|
| // ---------------------------------------------------------------------------
|
| // GC Support
|
|
|
| + void RecordWriteHelper(Register object,
|
| + Register addr,
|
| + Register scratch);
|
| +
|
| // Check if object is in new space. The condition cc can be equal or
|
| // not_equal. If it is equal a jump will be done if the object is on new
|
| // space. The register scratch can be object itself, but it will be clobbered.
|
|
|