| Index: src/incremental-marking.h
|
| ===================================================================
|
| --- src/incremental-marking.h (revision 9676)
|
| +++ src/incremental-marking.h (working copy)
|
| @@ -127,6 +127,7 @@
|
| inline void RecordWriteIntoCode(HeapObject* obj,
|
| RelocInfo* rinfo,
|
| Object* value);
|
| + void RecordCodeTargetPatch(Code* host, Address pc, HeapObject* value);
|
| void RecordCodeTargetPatch(Address pc, HeapObject* value);
|
| void RecordWriteOfCodeEntry(JSFunction* host, Object** slot, Code* value);
|
|
|
|
|