diff options
Diffstat (limited to 'runtime/interpreter/interpreter_cache.h')
| -rw-r--r-- | runtime/interpreter/interpreter_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/interpreter/interpreter_cache.h b/runtime/interpreter/interpreter_cache.h index 8714bc613c..410fdf58ab 100644 --- a/runtime/interpreter/interpreter_cache.h +++ b/runtime/interpreter/interpreter_cache.h @@ -23,7 +23,7 @@ #include "base/bit_utils.h" #include "base/macros.h" -namespace art { +namespace art HIDDEN { class Thread; @@ -60,7 +60,7 @@ class ALIGNED(16) InterpreterCache { } // Clear the whole cache. It requires the owning thread for DCHECKs. - void Clear(Thread* owning_thread); + EXPORT void Clear(Thread* owning_thread); ALWAYS_INLINE bool Get(Thread* self, const void* key, /* out */ size_t* value); |