Home
last modified time | relevance | path

Searched refs:jit_code_cache (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Dprofile_saver.h35 jit::JitCodeCache* jit_code_cache,
68 jit::JitCodeCache* jit_code_cache,
Dprofile_saver.cc83 jit::JitCodeCache* jit_code_cache, in ProfileSaver() argument
85 : jit_code_cache_(jit_code_cache), in ProfileSaver()
686 jit::JitCodeCache* jit_code_cache, in Start() argument
692 DCHECK(jit_code_cache != nullptr); in Start()
736 DCHECK_EQ(instance_->jit_code_cache_, jit_code_cache); in Start()
747 jit_code_cache, in Start()
Djit_code_cache.cc386 std::unique_ptr<JitCodeCache> jit_code_cache(new JitCodeCache()); in Create() local
388 MutexLock mu(Thread::Current(), jit_code_cache->lock_); in Create()
389 jit_code_cache->InitializeState(initial_capacity, max_capacity); in Create()
393 jit_code_cache->garbage_collect_code_ = false; in Create()
396 if (!jit_code_cache->InitializeMappings(rwx_memory_allowed, is_zygote, error_msg)) { in Create()
400 jit_code_cache->InitializeSpaces(); in Create()
407 return jit_code_cache.release(); in Create()
/art/runtime/
DAndroid.bp117 "jit/jit_code_cache.cc",