diff options
author | 2024-01-30 15:22:45 +0000 | |
---|---|---|
committer | 2024-02-06 18:58:33 +0000 | |
commit | 8cd02095a2a3671a8d9aae3c36fd54a9a7d0787c (patch) | |
tree | 7b5ec7f8b1fadf5e3630dcef238f46728919c95b /runtime/reflective_value_visitor.cc | |
parent | 074714261278039d6a99075d4dc71623f453a2c0 (diff) |
Add visibility attributes in runtime/r*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I9a12fe4d7c47090631415e813a00c2a2fdcaca62
Diffstat (limited to 'runtime/reflective_value_visitor.cc')
-rw-r--r-- | runtime/reflective_value_visitor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/reflective_value_visitor.cc b/runtime/reflective_value_visitor.cc index 5a288d38be..04e1af0fdb 100644 --- a/runtime/reflective_value_visitor.cc +++ b/runtime/reflective_value_visitor.cc @@ -22,7 +22,7 @@ #include "mirror/class.h" #include "mirror/object-inl.h" -namespace art { +namespace art HIDDEN { void HeapReflectiveSourceInfo::Describe(std::ostream& os) const { Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); |