| Index: src/assembler.h
|
| ===================================================================
|
| --- src/assembler.h (revision 4311)
|
| +++ src/assembler.h (working copy)
|
| @@ -189,11 +189,13 @@
|
| // this relocation applies to;
|
| // can only be called if IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY
|
| INLINE(Address target_address());
|
| - INLINE(void set_target_address(Address target));
|
| + INLINE(void set_target_address(Address target,
|
| + bool need_icache_flush = true));
|
| INLINE(Object* target_object());
|
| INLINE(Handle<Object> target_object_handle(Assembler* origin));
|
| INLINE(Object** target_object_address());
|
| - INLINE(void set_target_object(Object* target));
|
| + INLINE(void set_target_object(Object* target,
|
| + bool need_icache_flush = true));
|
|
|
| // Read the address of the word containing the target_address. Can only
|
| // be called if IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY.
|
|
|