diff options
author | 2018-07-18 13:33:44 +0000 | |
---|---|---|
committer | 2018-07-18 13:33:44 +0000 | |
commit | 14daacad754fbe83de98282b05379b81f3ec4036 (patch) | |
tree | d39faf0d64f9fd8234fdab31db58c0f36222b7f0 /runtime/jit/jit_code_cache.h | |
parent | 289c6c40083f16b5205138e08afe5074ad27a0ab (diff) | |
parent | bf2ca05ccf658a9f626d1cb3f1adca6087ece7b8 (diff) |
Merge "Revert^3 "Rewrite JVMTI method tracing to use trampolines""
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r-- | runtime/jit/jit_code_cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h index ee6111a430..49a19a18f1 100644 --- a/runtime/jit/jit_code_cache.h +++ b/runtime/jit/jit_code_cache.h @@ -215,8 +215,6 @@ class JitCodeCache { REQUIRES(!lock_) REQUIRES_SHARED(Locks::mutator_lock_); - void ClearAllCompiledDexCode() REQUIRES(!lock_, Locks::mutator_lock_); - void CopyInlineCacheInto(const InlineCache& ic, Handle<mirror::ObjectArray<mirror::Class>> array) REQUIRES(!lock_) REQUIRES_SHARED(Locks::mutator_lock_); |