Searched refs:JitCodeCache (Results 1 – 17 of 17) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.h | 31 class JitCodeCache; variable 48 friend class jit::JitCodeCache; 160 friend class jit::JitCodeCache;
|
D | profile_saver.h | 35 jit::JitCodeCache* jit_code_cache, 65 jit::JitCodeCache* jit_code_cache, 112 jit::JitCodeCache* jit_code_cache_;
|
D | jit.h | 42 class JitCodeCache; variable 61 const JitCodeCache* GetCodeCache() const { in GetCodeCache() 65 JitCodeCache* GetCodeCache() { in GetCodeCache() 198 std::unique_ptr<jit::JitCodeCache> code_cache_;
|
D | jit_code_cache.h | 77 class JitCodeCache { 89 static JitCodeCache* Create(size_t initial_capacity, 94 ~JitCodeCache(); 270 JitCodeCache(MemMap* code_map, 458 DISALLOW_IMPLICIT_CONSTRUCTORS(JitCodeCache);
|
D | profiling_info.cc | 67 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
|
D | profile_saver.cc | 78 jit::JitCodeCache* jit_code_cache, in ProfileSaver() 649 jit::JitCodeCache* jit_code_cache, in Start()
|
D | jit.cc | 187 jit->code_cache_.reset(JitCodeCache::Create( in Create()
|
/art/test/667-jit-jni-stub/ |
D | jit_jni_stub_test.cc | 33 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in isNextJitGcFull() 52 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in Java_Main_jitGc()
|
/art/compiler/ |
D | compiler.h | 27 class JitCodeCache; variable 78 jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED, in JitCompile()
|
/art/test/708-jit-cache-churn/ |
D | jit.cc | 46 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_JitCacheChurnTest_removeJitCompiledMethod()
|
/art/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
|
/art/test/common/ |
D | runtime_state.cc | 224 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_ensureJitCompiled() 283 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 184 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
|
/art/runtime/ |
D | runtime_options.def | 80 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheInitialCapacity, jit::JitCodeCache::kIniti… 81 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheMaxCapacity, jit::JitCodeCache::kMaxCa…
|
D | art_method.cc | 635 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 331 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in ArtDlMallocMoreCore()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 293 jit::JitCodeCache* code_cache, 1186 jit::JitCodeCache* code_cache, in JitCompile()
|