We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce90061 commit 89fc3e1Copy full SHA for 89fc3e1
runtime/vm/object.h
@@ -6515,7 +6515,7 @@ class Code : public Object {
6515
friend class MegamorphicCacheTable; // for set_object_pool
6516
friend class CodePatcher; // for set_instructions
6517
friend class ProgramVisitor; // for set_instructions
6518
- // So that the RawFunction pointer visitor can determine whether code the
+ // So that the FunctionLayout pointer visitor can determine whether code the
6519
// function points to is optimized.
6520
friend class FunctionLayout;
6521
friend class CallSiteResetter;
0 commit comments