| Index: src/ic.h
|
| ===================================================================
|
| --- src/ic.h (revision 6456)
|
| +++ src/ic.h (working copy)
|
| @@ -347,6 +347,9 @@
|
|
|
| static void GenerateIndexedInterceptor(MacroAssembler* masm);
|
|
|
| + // Generator for loading bytes from a pixel array.
|
| + static void GeneratePixelArray(MacroAssembler* masm);
|
| +
|
| // Clear the use of the inlined version.
|
| static void ClearInlinedVersion(Address address);
|
|
|
| @@ -381,6 +384,9 @@
|
| return Builtins::builtin(Builtins::KeyedLoadIC_String);
|
| }
|
|
|
| + static Code* pixel_array_stub() {
|
| + return Builtins::builtin(Builtins::KeyedLoadIC_PixelArray);
|
| + }
|
| static Code* indexed_interceptor_stub() {
|
| return Builtins::builtin(Builtins::KeyedLoadIC_IndexedInterceptor);
|
| }
|
|
|