Chromium Code Reviews| Index: runtime/vm/code_patcher.h |
| =================================================================== |
| --- runtime/vm/code_patcher.h (revision 6245) |
| +++ runtime/vm/code_patcher.h (working copy) |
| @@ -57,6 +57,9 @@ |
| static RawICData* GetInstanceCallIcDataAt(uword return_address); |
| static intptr_t InstanceCallSizeInBytes(); |
| + |
| + static RawArray* GetTypeTestArray(uword instruction_address); |
| + static void SetTypeTestArray(uword instruction_address, const Array& value); |
| }; |
| } // namespace dart |