| Index: src/arm/assembler-arm.h
|
| ===================================================================
|
| --- src/arm/assembler-arm.h (revision 8995)
|
| +++ src/arm/assembler-arm.h (working copy)
|
| @@ -377,6 +377,9 @@
|
| // immediate
|
| INLINE(explicit Operand(int32_t immediate,
|
| RelocInfo::Mode rmode = RelocInfo::NONE));
|
| + INLINE(static Operand Zero()) {
|
| + return Operand(static_cast<int32_t>(0));
|
| + }
|
| INLINE(explicit Operand(const ExternalReference& f));
|
| explicit Operand(Handle<Object> handle);
|
| INLINE(explicit Operand(Smi* value));
|
|
|