| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 14603)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -2583,6 +2583,11 @@
|
| // Returns an array indexed by deopt id, containing the extracted ICData.
|
| RawArray* ExtractTypeFeedbackArray() const;
|
|
|
| + // Returns deopt-ids of all static calls that were never resolved, i.e.,
|
| + // never executed.
|
| + void ExtractUncalledStaticCallDeoptIds(
|
| + GrowableArray<intptr_t>* deopt_ids) const;
|
| +
|
| private:
|
| // An object finder visitor interface.
|
| class FindRawCodeVisitor : public FindObjectVisitor {
|
|
|