Home
last modified time | relevance | path

Searched refs:JitCodeCache (Results 1 – 23 of 23) sorted by relevance

/art/runtime/jit/
Djit_code_cache.cc67 class JitCodeCache::JniStubKey {
114 class JitCodeCache::JniStubData {
207 JitCodeCache* JitCodeCache::Create(bool used_only_for_profile_data, in Create()
245 std::unique_ptr<JitCodeCache> jit_code_cache(new JitCodeCache()); in Create()
262 JitCodeCache::JitCodeCache() in JitCodeCache() function in art::jit::JitCodeCache
279 JitCodeCache::~JitCodeCache() {} in ~JitCodeCache()
281 bool JitCodeCache::PrivateRegionContainsPc(const void* ptr) const { in PrivateRegionContainsPc()
285 bool JitCodeCache::ContainsPc(const void* ptr) const { in ContainsPc()
289 bool JitCodeCache::WillExecuteJitCode(ArtMethod* method) { in WillExecuteJitCode()
300 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod()
[all …]
Dprofiling_info.h32 class JitCodeCache; variable
54 friend class jit::JitCodeCache;
153 friend class jit::JitCodeCache;
Dprofile_saver.h35 jit::JitCodeCache* jit_code_cache,
63 jit::JitCodeCache* jit_code_cache,
117 jit::JitCodeCache* jit_code_cache_;
Djit.h55 class JitCodeCache; variable
245 static Jit* Create(JitCodeCache* code_cache, JitOptions* options);
250 const JitCodeCache* GetCodeCache() const { in GetCodeCache()
254 JitCodeCache* GetCodeCache() { in GetCodeCache()
450 Jit(JitCodeCache* code_cache, JitOptions* options);
485 jit::JitCodeCache* const code_cache_;
Djit_code_cache.h179 class JitCodeCache {
191 static JitCodeCache* Create(bool used_only_for_profile_data,
195 ~JitCodeCache();
414 JitCodeCache();
607 DISALLOW_COPY_AND_ASSIGN(JitCodeCache);
Dprofiling_info.cc66 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
Dprofile_saver.cc86 jit::JitCodeCache* jit_code_cache, in ProfileSaver()
709 jit::JitCodeCache* jit_code_cache, in Start()
Djit.cc215 Jit::Jit(JitCodeCache* code_cache, JitOptions* options) in Jit()
226 Jit* Jit::Create(JitCodeCache* code_cache, JitOptions* options) { in Create()
963 JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in Run()
Ddebugger_interface.cc241 jit::JitCodeCache* jit_code_cache = Runtime::Current()->GetJitCodeCache(); in Memory()
/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc33 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in isNextJitGcFull()
52 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in Java_Main_jitGc()
/art/compiler/
Dcompiler.h31 class JitCodeCache; variable
76 jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED, in JitCompile()
/art/test/708-jit-cache-churn/
Djit.cc46 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_JitCacheChurnTest_removeJitCompiledMethod()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
/art/compiler/jit/
Djit_compiler.cc190 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
/art/runtime/
Druntime_options.def90 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheInitialCapacity, jit::JitCodeCache::kIniti…
91 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheMaxCapacity, jit::JitCodeCache::kMaxCa…
Druntime.h63 class JitCodeCache; variable
500 jit::JitCodeCache* GetJitCodeCache() const { in GetJitCodeCache()
1108 std::unique_ptr<jit::JitCodeCache> jit_code_cache_;
Dcha.cc688 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods()
Dart_method.cc605 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()
Druntime.cc2655 jit_code_cache_.reset(jit::JitCodeCache::Create(profiling_only, in CreateJitCodeCache()
Dclass_linker.cc2551 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader()
/art/test/common/
Druntime_state.cc268 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled()
375 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles()
/art/runtime/gc/space/
Ddlmalloc_space.cc388 jit::JitCodeCache* code_cache = runtime->GetJitCodeCache(); in ArtDlMallocMoreCore()
/art/compiler/optimizing/
Doptimizing_compiler.cc298 jit::JitCodeCache* code_cache,
1208 jit::JitCodeCache* code_cache, in JitCompile()