diff options
| author | 2024-01-10 14:04:28 +0000 | |
|---|---|---|
| committer | 2024-01-12 14:42:57 +0000 | |
| commit | 17160a834d37fbca76444477d07b772ab46454b6 (patch) | |
| tree | 11f5ba253fd74d0aa1ff9f7b5cdec29a6e3ee43f /runtime/interpreter/interpreter_cache-inl.h | |
| parent | 0e13902e738201431c3a5e99bc067fd78a211295 (diff) | |
Add visibility attributes in runtime/interpreter
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I86b9f2d2bddeb28dafc1a3cd9fa90c00f2f162fc
Diffstat (limited to 'runtime/interpreter/interpreter_cache-inl.h')
| -rw-r--r-- | runtime/interpreter/interpreter_cache-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_cache-inl.h b/runtime/interpreter/interpreter_cache-inl.h index 804d382877..a325ea464a 100644 --- a/runtime/interpreter/interpreter_cache-inl.h +++ b/runtime/interpreter/interpreter_cache-inl.h @@ -21,7 +21,7 @@ #include "thread.h" -namespace art { +namespace art HIDDEN { inline bool InterpreterCache::Get(Thread* self, const void* key, /* out */ size_t* value) { DCHECK(self->GetInterpreterCache() == this) << "Must be called from owning thread"; |