| Index: src/ia32/lithium-codegen-ia32.h
|
| ===================================================================
|
| --- src/ia32/lithium-codegen-ia32.h (revision 7948)
|
| +++ src/ia32/lithium-codegen-ia32.h (working copy)
|
| @@ -229,6 +229,9 @@
|
| Register ToRegister(int index) const;
|
| XMMRegister ToDoubleRegister(int index) const;
|
| int ToInteger32(LConstantOperand* op) const;
|
| + Operand BuildExternalArrayOperand(LOperand* external_pointer,
|
| + LOperand* key,
|
| + ExternalArrayType array_type);
|
|
|
| // Specific math operations - used from DoUnaryMathOperation.
|
| void EmitIntegerMathAbs(LUnaryMathOperation* instr);
|
|
|