diff options
author | 2018-06-27 17:23:46 +0000 | |
---|---|---|
committer | 2018-06-27 17:23:46 +0000 | |
commit | b5271dd44a30f498689e503340d3c8d01bf31f07 (patch) | |
tree | ed8270e3a5d0161ebe5bec0606a24cd5e3123e59 /runtime/jit/jit_code_cache.cc | |
parent | 0799b9eb29a9009214fd607922fac3f80bf8352e (diff) | |
parent | f0f3c594404aeb3d758e31ba748be400dc5b78a9 (diff) |
Merge "ART: Clean up jit_code_cache.h"
Diffstat (limited to 'runtime/jit/jit_code_cache.cc')
-rw-r--r-- | runtime/jit/jit_code_cache.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/jit/jit_code_cache.cc b/runtime/jit/jit_code_cache.cc index b1cd5c0657..3d7fe89cd0 100644 --- a/runtime/jit/jit_code_cache.cc +++ b/runtime/jit/jit_code_cache.cc @@ -21,6 +21,7 @@ #include "arch/context.h" #include "art_method-inl.h" #include "base/enums.h" +#include "base/histogram-inl.h" #include "base/logging.h" // For VLOG. #include "base/mem_map.h" #include "base/quasi_atomic.h" @@ -30,10 +31,12 @@ #include "cha.h" #include "debugger_interface.h" #include "dex/dex_file_loader.h" +#include "dex/method_reference.h" #include "entrypoints/runtime_asm_entrypoints.h" #include "gc/accounting/bitmap-inl.h" #include "gc/scoped_gc_critical_section.h" #include "handle.h" +#include "instrumentation.h" #include "intern_table.h" #include "jit/jit.h" #include "jit/profiling_info.h" |