| Index: runtime/vm/precompiler.h
|
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
|
| index 08fc79e79042027f9c1d40db99192ba43ef54847..6f504f18c8c4401fbe6b5f9b3d0483ab111b25d4 100644
|
| --- a/runtime/vm/precompiler.h
|
| +++ b/runtime/vm/precompiler.h
|
| @@ -473,6 +473,7 @@ class Precompiler : public ValueObject {
|
| void FinalizeAllClasses();
|
| void SortClasses();
|
| void RemapClassIds(intptr_t* old_to_new_cid);
|
| + void RehashTypes();
|
| void VerifyJITFeedback();
|
| RawScript* LookupScript(const char* uri);
|
| intptr_t MapCid(intptr_t feedback_cid);
|
|
|