diff options
author | 2024-01-24 16:28:57 +0000 | |
---|---|---|
committer | 2024-01-24 18:00:23 +0000 | |
commit | c606b194954f77a7be2e093d645f0c28f013796e (patch) | |
tree | 704e37725a0c38a655b1f94205bba55b7ff78236 /runtime/nterp_helpers.cc | |
parent | 9b327f2232290a46942e53bcdfe80b41e2c9fbc0 (diff) |
Add visibility attributes in runtime/n*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I66918e4548263b5cdca8071b2f174ae197e16f7b
Diffstat (limited to 'runtime/nterp_helpers.cc')
-rw-r--r-- | runtime/nterp_helpers.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/nterp_helpers.cc b/runtime/nterp_helpers.cc index b39cbef10e..328ef629c4 100644 --- a/runtime/nterp_helpers.cc +++ b/runtime/nterp_helpers.cc @@ -23,7 +23,7 @@ #include "oat/oat_quick_method_header.h" #include "quick/quick_method_frame_info.h" -namespace art { +namespace art HIDDEN { /** * An nterp frame follows the optimizing compiler's ABI conventions, with |