Mention `ClassLinker::LinkFieldsHelper::LinkFields` in ART's doc.
Replace mentions of `ClassLinker::LinkFields` with
`ClassLinker::LinkFieldsHelper::LinkFields` in ART's documentation.
Test: n/a (comment-only change)
Bug: 175869411
Change-Id: I9f74cad5d863d91dc0fc04e984350b1fc853d726
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc
index fd721cd..78aac8b 100644
--- a/runtime/class_linker.cc
+++ b/runtime/class_linker.cc
@@ -8585,7 +8585,8 @@
};
// We use the following order of field types for assigning offsets.
-// Some fields can be shuffled forward to fill gaps, see `ClassLinker::LinkFields()`.
+// Some fields can be shuffled forward to fill gaps, see
+// `ClassLinker::LinkFieldsHelper::LinkFields()`.
enum class ClassLinker::LinkFieldsHelper::FieldTypeOrder : uint16_t {
kReference = 0u,
kLong,