| Index: runtime/vm/code_patcher.h
|
| diff --git a/runtime/vm/code_patcher.h b/runtime/vm/code_patcher.h
|
| index fea3ba41ff895c35510e65bc0d22143246d5f5ec..9294e0e4f1631ec4a5f337e99195ded29dc82059 100644
|
| --- a/runtime/vm/code_patcher.h
|
| +++ b/runtime/vm/code_patcher.h
|
| @@ -19,6 +19,7 @@ class ICData;
|
| class RawArray;
|
| class RawFunction;
|
| class RawICData;
|
| +class RawObject;
|
| class String;
|
|
|
| class CodePatcher : public AllStatic {
|
| @@ -70,6 +71,8 @@ class CodePatcher : public AllStatic {
|
| static intptr_t InstanceCallSizeInBytes();
|
|
|
| static void InsertCallAt(uword start, uword target);
|
| +
|
| + static RawObject* GetEdgeCounterAt(uword pc, const Code& code);
|
| };
|
|
|
| } // namespace dart
|
|
|