/art/runtime/jit/ |
D | jit_code_cache.cc | 69 class JitCodeCache::JniStubKey { 116 class JitCodeCache::JniStubData { 197 JitCodeCache* JitCodeCache::Create(bool used_only_for_profile_data, in Create() 241 std::unique_ptr<JitCodeCache> jit_code_cache(new JitCodeCache()); in Create() 258 JitCodeCache::JitCodeCache() in JitCodeCache() function in art::jit::JitCodeCache 275 JitCodeCache::~JitCodeCache() { in ~JitCodeCache() 286 bool JitCodeCache::PrivateRegionContainsPc(const void* ptr) const { in PrivateRegionContainsPc() 290 bool JitCodeCache::ContainsPc(const void* ptr) const { in ContainsPc() 294 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod() 318 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode() [all …]
|
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 | profiling_info.h | 36 class JitCodeCache; variable 70 friend class jit::JitCodeCache; 208 friend class jit::JitCodeCache;
|
D | jit.h | 57 class JitCodeCache; variable 189 static std::unique_ptr<Jit> Create(JitCodeCache* code_cache, JitOptions* options); 198 const JitCodeCache* GetCodeCache() const { in GetCodeCache() 202 JitCodeCache* GetCodeCache() { in GetCodeCache() 397 Jit(JitCodeCache* code_cache, JitOptions* options); 430 jit::JitCodeCache* const code_cache_;
|
D | jit_code_cache.h | 182 class JitCodeCache { 201 static JitCodeCache* Create(bool used_only_for_profile_data, 205 ~JitCodeCache(); 431 JitCodeCache(); 616 DISALLOW_COPY_AND_ASSIGN(JitCodeCache);
|
D | profiling_info.cc | 87 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
|
D | jit.cc | 86 Jit::Jit(JitCodeCache* code_cache, JitOptions* options) in Jit() 97 std::unique_ptr<Jit> Jit::Create(JitCodeCache* code_cache, JitOptions* options) { in Create() 877 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() 985 jit::JitCodeCache* jit_code_cache, in Start()
|
D | debugger_interface.cc | 247 jit::JitCodeCache* jit_code_cache = Runtime::Current()->GetJitCodeCache(); in Memory()
|
/art/compiler/ |
D | compiler.h | 32 class JitCodeCache; variable 71 [[maybe_unused]] jit::JitCodeCache* code_cache, in JitCompile()
|
/art/test/667-jit-jni-stub/ |
D | jit_jni_stub_test.cc | 41 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in Java_Main_jitGc()
|
/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 | 272 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled() 407 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles() 612 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_removeJitCompiledMethod()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 201 JitCodeCache* const code_cache = jit->GetCodeCache(); in CompileMethod()
|
/art/runtime/ |
D | runtime_options.def | 100 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheInitialCapacity, jit::JitCodeCache::GetIni… 101 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheMaxCapacity, jit::JitCodeCache::kMaxCa…
|
D | runtime.h | 68 class JitCodeCache; variable 592 jit::JitCodeCache* GetJitCodeCache() const { in GetJitCodeCache() 1286 std::unique_ptr<jit::JitCodeCache> jit_code_cache_;
|
D | cha.cc | 675 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods()
|
D | art_method.cc | 629 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()
|
D | runtime.cc | 2993 jit_code_cache_.reset(jit::JitCodeCache::Create(profiling_only, in CreateJit()
|
D | class_linker.cc | 2700 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in PrepareToDeleteClassLoader()
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 450 jit::JitCodeCache* code_cache = runtime->GetJitCodeCache(); in ArtDlMallocMoreCore()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 278 jit::JitCodeCache* code_cache, 1259 jit::JitCodeCache* code_cache, in JitCompile()
|