HomeSort by relevance Sort by last modified time
    Searched refs:JitCodeCache (Results 1 - 22 of 22) sorted by null

  /art/runtime/jit/
profiling_info.h 31 class JitCodeCache;
48 friend class jit::JitCodeCache;
137 // See JitCodeCache::MoveObsoleteMethod.
160 friend class jit::JitCodeCache;
jit_code_cache.cc 91 class JitCodeCache::JniStubKey {
138 class JitCodeCache::JniStubData {
192 bool JitCodeCache::InitializeMappings(bool rwx_memory_allowed,
357 JitCodeCache* JitCodeCache::Create(bool used_only_for_profile_data,
386 std::unique_ptr<JitCodeCache> jit_code_cache(new JitCodeCache());
410 JitCodeCache::JitCodeCache()
432 void JitCodeCache::InitializeState(size_t initial_capacity, size_t max_capacity)
    [all...]
profile_saver.h 35 jit::JitCodeCache* jit_code_cache,
68 jit::JitCodeCache* jit_code_cache,
115 jit::JitCodeCache* jit_code_cache_;
jit.h 46 class JitCodeCache;
171 static Jit* Create(JitCodeCache* code_cache, JitOptions* options);
176 const JitCodeCache* GetCodeCache() const {
180 JitCodeCache* GetCodeCache() {
325 Jit(JitCodeCache* code_cache, JitOptions* options);
350 jit::JitCodeCache* const code_cache_;
profiling_info.cc 67 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache();
jit_code_cache.h 85 class JitCodeCache {
97 static JitCodeCache* Create(bool used_only_for_profile_data,
101 ~JitCodeCache();
283 JitCodeCache();
516 DISALLOW_COPY_AND_ASSIGN(JitCodeCache);
jit.cc 176 Jit::Jit(JitCodeCache* code_cache, JitOptions* options)
183 Jit* Jit::Create(JitCodeCache* code_cache, JitOptions* options) {
    [all...]
profile_saver.cc 83 jit::JitCodeCache* jit_code_cache,
686 jit::JitCodeCache* jit_code_cache,
    [all...]
  /art/test/667-jit-jni-stub/
jit_jni_stub_test.cc 28 // Local class declared as a friend of JitCodeCache so that we can access its internals.
33 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache();
52 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache();
  /art/test/708-jit-cache-churn/
jit.cc 46 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/compiler/
compiler.h 30 class JitCodeCache;
75 jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED,
  /art/test/566-polymorphic-inlining/
polymorphic_inline.cc 33 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/runtime/
runtime_options.def 84 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheInitialCapacity, jit::JitCodeCache::kInitialCapacity)
85 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheMaxCapacity, jit::JitCodeCache::kMaxCapacity)
runtime.h 60 class JitCodeCache;
1003 std::unique_ptr<jit::JitCodeCache> jit_code_cache_;
    [all...]
cha.cc 673 // We need to call JitCodeCache::InvalidateCompiledCodeFor but we cannot do it here
688 jit::JitCodeCache* code_cache = jit->GetCodeCache();
art_method.cc 609 jit::JitCodeCache* code_cache = jit->GetCodeCache();
    [all...]
runtime.cc     [all...]
class_linker.cc     [all...]
  /art/test/common/
runtime_state.cc 231 jit::JitCodeCache* code_cache = jit->GetCodeCache();
334 jit::JitCodeCache* code_cache = jit->GetCodeCache();
  /art/compiler/jit/
jit_compiler.cc 199 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache();
  /art/runtime/gc/space/
dlmalloc_space.cc 388 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache();
  /art/compiler/optimizing/
optimizing_compiler.cc 297 jit::JitCodeCache* code_cache,
    [all...]

Completed in 456 milliseconds