Searched refs:jit_code_cache (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jit/ |
D | profile_saver.h | 35 jit::JitCodeCache* jit_code_cache, 68 jit::JitCodeCache* jit_code_cache,
|
D | profile_saver.cc | 83 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()
|
D | jit_code_cache.cc | 386 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/ |
D | Android.bp | 117 "jit/jit_code_cache.cc",
|