diff options
author | 2024-01-09 20:55:01 +0000 | |
---|---|---|
committer | 2024-01-17 15:14:35 +0000 | |
commit | 0a4ae19b18601966e6a87d889f6d52b2d1fd7cf3 (patch) | |
tree | fed431adc2c4c1fb63df44853231eea30f0e1b45 /runtime/gc/heap-visit-objects-inl.h | |
parent | 0f62043c1670cd365aba1894ad8046cdfc1c905d (diff) |
Add visibility attributes in runtime/gc
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I34de0d083ec0bb476bb39cc31a2f64d15c80fe7b
Diffstat (limited to 'runtime/gc/heap-visit-objects-inl.h')
-rw-r--r-- | runtime/gc/heap-visit-objects-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/heap-visit-objects-inl.h b/runtime/gc/heap-visit-objects-inl.h index a235c44033..2b719ee241 100644 --- a/runtime/gc/heap-visit-objects-inl.h +++ b/runtime/gc/heap-visit-objects-inl.h @@ -29,7 +29,7 @@ #include "thread-current-inl.h" #include "thread_list.h" -namespace art { +namespace art HIDDEN { namespace gc { // Visit objects when threads aren't suspended. If concurrent moving |