Searched refs:JitCodeCache (Results 1 – 19 of 19) 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 | jit.h | 46 class JitCodeCache; variable 171 static Jit* Create(JitCodeCache* code_cache, JitOptions* options); 176 const JitCodeCache* GetCodeCache() const { in GetCodeCache() 180 JitCodeCache* GetCodeCache() { in GetCodeCache() 325 Jit(JitCodeCache* code_cache, JitOptions* options); 350 jit::JitCodeCache* const code_cache_;
|
D | profile_saver.h | 35 jit::JitCodeCache* jit_code_cache, 68 jit::JitCodeCache* jit_code_cache, 115 jit::JitCodeCache* jit_code_cache_;
|
D | 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);
|
D | profiling_info.cc | 67 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
|
D | profile_saver.cc | 83 jit::JitCodeCache* jit_code_cache, in ProfileSaver() 686 jit::JitCodeCache* jit_code_cache, in Start()
|
D | jit.cc | 176 Jit::Jit(JitCodeCache* code_cache, JitOptions* options) in Jit() 183 Jit* Jit::Create(JitCodeCache* code_cache, JitOptions* options) { 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 | 30 class JitCodeCache; variable 75 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/runtime/ |
D | runtime_options.def | 84 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheInitialCapacity, jit::JitCodeCache::kIniti… 85 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheMaxCapacity, jit::JitCodeCache::kMaxCa…
|
D | runtime.h | 60 class JitCodeCache; variable 1003 std::unique_ptr<jit::JitCodeCache> jit_code_cache_;
|
D | cha.cc | 688 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods()
|
D | art_method.cc | 609 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 199 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
|
/art/test/common/ |
D | runtime_state.cc | 231 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled() 334 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles()
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 388 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in ArtDlMallocMoreCore()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 297 jit::JitCodeCache* code_cache, 1250 jit::JitCodeCache* code_cache, in JitCompile()
|