summaryrefslogtreecommitdiff
path: root/runtime/oat/stack_map.cc
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-22 13:47:24 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-22 16:10:44 +0000
commit689cca840843eeced3206da16e475856de953360 (patch)
treef65bcc4b6f9805acd2a9535e1a2ac0fd1bb1a762 /runtime/oat/stack_map.cc
parentca4fab9f32b2253d36a6b6cecbc351a89eda30e2 (diff)
Add visibility attributes in runtime/oat
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I519641809a15361af5bb62556f6f23ee187e9f1e
Diffstat (limited to 'runtime/oat/stack_map.cc')
-rw-r--r--runtime/oat/stack_map.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat/stack_map.cc b/runtime/oat/stack_map.cc
index 2c311fb85e..abef5cdad9 100644
--- a/runtime/oat/stack_map.cc
+++ b/runtime/oat/stack_map.cc
@@ -25,7 +25,7 @@
#include "oat_quick_method_header.h"
#include "scoped_thread_state_change-inl.h"
-namespace art {
+namespace art HIDDEN {
// The callback is used to inform the caller about memory bounds of the bit-tables.
template<typename DecodeCallback>