| Index: runtime/vm/code_patcher.h
|
| ===================================================================
|
| --- runtime/vm/code_patcher.h (revision 41605)
|
| +++ runtime/vm/code_patcher.h (working copy)
|
| @@ -92,6 +92,9 @@
|
| static void InsertCallAt(uword start, uword target);
|
|
|
| static RawObject* GetEdgeCounterAt(uword pc, const Code& code);
|
| +#if defined(TARGET_ARCH_IA32)
|
| + static int32_t EdgeCounterIncrementSizeInBytes();
|
| +#endif // TARGET_ARCH_IA32
|
|
|
| static int32_t GetPoolOffsetAt(uword return_address);
|
| static void SetPoolOffsetAt(uword return_address, int32_t offset);
|
|
|