Chromium Code Reviews| Index: runtime/vm/precompiler.h |
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h |
| index ad7f0cacaff27212e99bf8c5efbc05e775c7ce01..5ba792694113e79263354f7a386b58d3cdba7d23 100644 |
| --- a/runtime/vm/precompiler.h |
| +++ b/runtime/vm/precompiler.h |
| @@ -335,6 +335,8 @@ class Precompiler : public ValueObject { |
| void VisitClasses(ClassVisitor* visitor); |
| void FinalizeAllClasses(); |
| + void SortClasses(); |
| + void RemapClassIds(intptr_t old_to_new_cid[]); |
|
Florian Schneider
2016/08/26 22:14:34
Maybe use intptr_t* as well for consistency?
rmacnak
2016/08/26 23:12:32
Done.
|
| Thread* thread() const { return thread_; } |
| Zone* zone() const { return zone_; } |