Chromium Code Reviews| Index: runtime/vm/code_patcher.h |
| =================================================================== |
| --- runtime/vm/code_patcher.h (revision 41331) |
| +++ runtime/vm/code_patcher.h (working copy) |
| @@ -92,6 +92,7 @@ |
| static void InsertCallAt(uword start, uword target); |
| static RawObject* GetEdgeCounterAt(uword pc, const Code& code); |
| + static int32_t EdgeCounterIncrementSizeInBytes(); |
| static int32_t GetPoolOffsetAt(uword return_address); |
| static void SetPoolOffsetAt(uword return_address, int32_t offset); |