Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.h117 jit::JitCodeCache* jit_code_cache_; variable
Dprofile_saver.cc88 : jit_code_cache_(jit_code_cache), in ProfileSaver()
552 jit_code_cache_->GetProfiledMethods(locations, profile_methods); in ProcessProfilingInfo()
761 DCHECK_EQ(instance_->jit_code_cache_, jit_code_cache); in Start()
/art/runtime/
Druntime.cc472 jit_code_cache_.reset(nullptr); in ~Runtime()
2655 jit_code_cache_.reset(jit::JitCodeCache::Create(profiling_only, in CreateJitCodeCache()
2659 if (jit_code_cache_.get() == nullptr) { in CreateJitCodeCache()
2666 if (jit_code_cache_.get() == nullptr) { in CreateJit()
2674 jit_code_cache_.reset(); in CreateJit()
2678 jit::Jit* jit = jit::Jit::Create(jit_code_cache_.get(), jit_options_.get()); in CreateJit()
2683 jit_code_cache_.reset(); in CreateJit()
Druntime.h501 return jit_code_cache_.get(); in GetJitCodeCache()
1108 std::unique_ptr<jit::JitCodeCache> jit_code_cache_; variable