Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.h126 jit::JitCodeCache* jit_code_cache_; variable
Dprofile_saver.cc85 : jit_code_cache_(jit_code_cache), in ProfileSaver()
866 jit_code_cache_->GetProfiledMethods(locations, profile_methods); in ProcessProfilingInfo()
1071 DCHECK_EQ(instance_->jit_code_cache_, jit_code_cache); in Start()
/art/runtime/
Druntime.cc487 jit_code_cache_.reset(nullptr); in ~Runtime()
2886 jit_code_cache_.reset(jit::JitCodeCache::Create(profiling_only, in CreateJitCodeCache()
2890 if (jit_code_cache_.get() == nullptr) { in CreateJitCodeCache()
2897 if (jit_code_cache_.get() == nullptr) { in CreateJit()
2905 jit_code_cache_.reset(); in CreateJit()
2909 jit::Jit* jit = jit::Jit::Create(jit_code_cache_.get(), jit_options_.get()); in CreateJit()
2914 jit_code_cache_.reset(); in CreateJit()
Druntime.h516 return jit_code_cache_.get(); in GetJitCodeCache()
1181 std::unique_ptr<jit::JitCodeCache> jit_code_cache_; variable