/art/runtime/jit/ |
D | jit_code_cache.cc | 68 class JitCodeCache::JniStubKey { 115 class JitCodeCache::JniStubData { 208 JitCodeCache* JitCodeCache::Create(bool used_only_for_profile_data, in Create() 246 std::unique_ptr<JitCodeCache> jit_code_cache(new JitCodeCache()); in Create() 263 JitCodeCache::JitCodeCache() in JitCodeCache() function in art::jit::JitCodeCache 280 JitCodeCache::~JitCodeCache() {} in ~JitCodeCache() 282 bool JitCodeCache::PrivateRegionContainsPc(const void* ptr) const { in PrivateRegionContainsPc() 286 bool JitCodeCache::ContainsPc(const void* ptr) const { in ContainsPc() 290 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod() 312 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode() [all …]
|
D | profiling_info.h | 34 class JitCodeCache; variable 56 friend class jit::JitCodeCache; 140 friend class jit::JitCodeCache;
|
D | jit.h | 55 class JitCodeCache; variable 249 static Jit* Create(JitCodeCache* code_cache, JitOptions* options); 254 const JitCodeCache* GetCodeCache() const { in GetCodeCache() 258 JitCodeCache* GetCodeCache() { in GetCodeCache() 460 Jit(JitCodeCache* code_cache, JitOptions* options); 495 jit::JitCodeCache* const code_cache_;
|
D | profile_saver.h | 39 jit::JitCodeCache* jit_code_cache, 66 ProfileSaver(const ProfileSaverOptions& options, jit::JitCodeCache* jit_code_cache); 126 jit::JitCodeCache* jit_code_cache_;
|
D | jit_code_cache.h | 180 class JitCodeCache { 192 static JitCodeCache* Create(bool used_only_for_profile_data, 196 ~JitCodeCache(); 403 JitCodeCache(); 596 DISALLOW_COPY_AND_ASSIGN(JitCodeCache);
|
D | profiling_info.cc | 63 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
|
D | jit.cc | 217 Jit::Jit(JitCodeCache* code_cache, JitOptions* options) in Jit() 228 Jit* Jit::Create(JitCodeCache* code_cache, JitOptions* options) { in Create() 963 JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in Run()
|
D | profile_saver.cc | 84 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options, jit::JitCodeCache* jit_code_cache) in ProfileSaver() 1018 jit::JitCodeCache* jit_code_cache, in Start()
|
D | debugger_interface.cc | 241 jit::JitCodeCache* jit_code_cache = Runtime::Current()->GetJitCodeCache(); in Memory()
|
/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 | 31 class JitCodeCache; variable 76 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/compiler/jit/ |
D | jit_compiler.cc | 190 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
|
/art/test/common/ |
D | runtime_state.cc | 263 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled() 378 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles()
|
/art/runtime/ |
D | runtime_options.def | 96 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheInitialCapacity, jit::JitCodeCache::kIniti… 97 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheMaxCapacity, jit::JitCodeCache::kMaxCa…
|
D | runtime.h | 66 class JitCodeCache; variable 509 jit::JitCodeCache* GetJitCodeCache() const { in GetJitCodeCache() 1175 std::unique_ptr<jit::JitCodeCache> jit_code_cache_;
|
D | cha.cc | 689 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods()
|
D | art_method.cc | 579 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()
|
D | runtime.cc | 2886 jit_code_cache_.reset(jit::JitCodeCache::Create(profiling_only, in CreateJitCodeCache()
|
D | class_linker.cc | 2347 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader()
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 392 jit::JitCodeCache* code_cache = runtime->GetJitCodeCache(); in ArtDlMallocMoreCore()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 300 jit::JitCodeCache* code_cache, 1225 jit::JitCodeCache* code_cache, in JitCompile()
|