Home
last modified time | relevance | path

Searched refs:jit_code_cache_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Dprofile_saver.h115 jit::JitCodeCache* jit_code_cache_; variable
Dprofile_saver.cc85 : jit_code_cache_(jit_code_cache), in ProfileSaver()
543 jit_code_cache_->GetProfiledMethods(locations, profile_methods); in ProcessProfilingInfo()
736 DCHECK_EQ(instance_->jit_code_cache_, jit_code_cache); in Start()
/art/runtime/
Druntime.h1003 std::unique_ptr<jit::JitCodeCache> jit_code_cache_; variable