Searched refs:jit_code_cache_ (Results 1 – 4 of 4) sorted by relevance
126 jit::JitCodeCache* jit_code_cache_; variable
85 : jit_code_cache_(jit_code_cache), in ProfileSaver()866 jit_code_cache_->GetProfiledMethods(locations, profile_methods); in ProcessProfilingInfo()1077 DCHECK_EQ(instance_->jit_code_cache_, jit_code_cache); in Start()
506 jit_code_cache_.reset(nullptr); in ~Runtime()3041 DCHECK(jit_code_cache_ == nullptr); in CreateJit()3058 jit_code_cache_.reset(jit::JitCodeCache::Create(profiling_only, in CreateJit()3062 if (jit_code_cache_.get() == nullptr) { in CreateJit()3067 jit::Jit* jit = jit::Jit::Create(jit_code_cache_.get(), jit_options_.get()); in CreateJit()3072 jit_code_cache_.reset(); in CreateJit()
589 return jit_code_cache_.get(); in GetJitCodeCache()1329 std::unique_ptr<jit::JitCodeCache> jit_code_cache_; variable