Home
last modified time | relevance | path

Searched refs:jit_code_cache_ (Results 1 – 4 of 4) 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.cc461 jit_code_cache_.reset(nullptr); in ~Runtime()
2570 jit_code_cache_.reset(jit::JitCodeCache::Create(profiling_only, in CreateJitCodeCache()
2574 if (jit_code_cache_.get() == nullptr) { in CreateJitCodeCache()
2581 if (jit_code_cache_.get() == nullptr) { in CreateJit()
2589 jit_code_cache_.reset(); in CreateJit()
2593 jit::Jit* jit = jit::Jit::Create(jit_code_cache_.get(), jit_options_.get()); in CreateJit()
2598 jit_code_cache_.reset(); in CreateJit()
Druntime.h1003 std::unique_ptr<jit::JitCodeCache> jit_code_cache_; variable