| Index: runtime/vm/precompiler.h
|
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
|
| index 774dbd5d52c0274ed33a82b0eae4c342ec8ff787..67c54e1e7c4e505530ec47dd7a207ec7e37caa27 100644
|
| --- a/runtime/vm/precompiler.h
|
| +++ b/runtime/vm/precompiler.h
|
| @@ -382,8 +382,9 @@ class Precompiler : public ValueObject {
|
|
|
| void BindStaticCalls();
|
| void SwitchICCalls();
|
| + void ShareMegamorphicBuckets();
|
| void DedupStackmaps();
|
| - void DedupStackmapLists();
|
| + void DedupLists();
|
| void DedupInstructions();
|
| void ResetPrecompilerState();
|
|
|
|
|