Searched refs:jit_code_cache_ (Results 1 – 4 of 4) sorted by relevance
117 jit::JitCodeCache* jit_code_cache_; variable
88 : 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()
473 jit_code_cache_.reset(nullptr); in ~Runtime()2659 jit_code_cache_.reset(jit::JitCodeCache::Create(profiling_only, in CreateJitCodeCache()2663 if (jit_code_cache_.get() == nullptr) { in CreateJitCodeCache()2670 if (jit_code_cache_.get() == nullptr) { in CreateJit()2678 jit_code_cache_.reset(); in CreateJit()2682 jit::Jit* jit = jit::Jit::Create(jit_code_cache_.get(), jit_options_.get()); in CreateJit()2687 jit_code_cache_.reset(); in CreateJit()
501 return jit_code_cache_.get(); in GetJitCodeCache()1112 std::unique_ptr<jit::JitCodeCache> jit_code_cache_; variable