Searched refs:JitCodeCache (Results 1 – 17 of 17) sorted by relevance
/art/runtime/jit/ |
D | jit_code_cache.cc | 55 JitCodeCache* JitCodeCache::Create(size_t initial_capacity, in Create() 113 return new JitCodeCache( in Create() 117 JitCodeCache::JitCodeCache(MemMap* code_map, in JitCodeCache() function in art::jit::JitCodeCache 164 bool JitCodeCache::ContainsPc(const void* ptr) const { in ContainsPc() 168 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod() 196 uint8_t* JitCodeCache::CommitCode(Thread* self, in CommitCode() 230 bool JitCodeCache::WaitForPotentialCollectionToComplete(Thread* self) { in WaitForPotentialCollectionToComplete() 244 void JitCodeCache::FreeCode(const void* code_ptr, ArtMethod* method ATTRIBUTE_UNUSED) { in FreeCode() 261 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn() 298 void JitCodeCache::ClearGcRootsInInlineCaches(Thread* self) { in ClearGcRootsInInlineCaches() [all …]
|
D | jit.h | 36 class JitCodeCache; variable 55 const JitCodeCache* GetCodeCache() const { in GetCodeCache() 59 JitCodeCache* GetCodeCache() { in GetCodeCache() 189 std::unique_ptr<jit::JitCodeCache> code_cache_;
|
D | profile_saver.h | 32 jit::JitCodeCache* jit_code_cache, 65 jit::JitCodeCache* jit_code_cache, 115 jit::JitCodeCache* jit_code_cache_;
|
D | jit_code_cache.h | 49 class JitCodeCache { 61 static JitCodeCache* Create(size_t initial_capacity, 194 JitCodeCache(MemMap* code_map, 338 DISALLOW_IMPLICIT_CONSTRUCTORS(JitCodeCache);
|
D | profiling_info.h | 31 class JitCodeCache; variable 205 friend class jit::JitCodeCache;
|
D | profiling_info.cc | 61 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
|
D | profile_saver.cc | 52 jit::JitCodeCache* jit_code_cache, in ProfileSaver() 389 jit::JitCodeCache* jit_code_cache, in Start()
|
D | jit.cc | 157 jit->code_cache_.reset(JitCodeCache::Create( in Create()
|
/art/compiler/ |
D | compiler.h | 26 class JitCodeCache; variable 63 jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED, in JitCompile()
|
/art/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 30 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks()
|
/art/runtime/ |
D | runtime_options.def | 76 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheInitialCapacity, jit::JitCodeCache::kIniti… 77 RUNTIME_OPTIONS_KEY (MemoryKiB, JITCodeCacheMaxCapacity, jit::JitCodeCache::kMaxCa…
|
D | art_method.cc | 410 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader()
|
D | class_linker.cc | 2045 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader()
|
/art/test/common/ |
D | runtime_state.cc | 140 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_ensureJitCompiled()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 220 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 329 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in ArtDlMallocMoreCore()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 295 bool JitCompile(Thread* self, jit::JitCodeCache* code_cache, ArtMethod* method, bool osr) 869 jit::JitCodeCache* code_cache, in JitCompile()
|