Home
last modified time | relevance | path

Searched refs:jit_code_cache (Results 1 – 3 of 3) 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()
/art/runtime/
DAndroid.bp117 "jit/jit_code_cache.cc",