Searched refs:jit_code_cache (Results 1 – 5 of 5) sorted by relevance
39 jit::JitCodeCache* jit_code_cache,66 ProfileSaver(const ProfileSaverOptions& options, jit::JitCodeCache* jit_code_cache);
84 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options, jit::JitCodeCache* jit_code_cache) in ProfileSaver() argument85 : jit_code_cache_(jit_code_cache), in ProfileSaver()1018 jit::JitCodeCache* jit_code_cache, in Start() argument1025 DCHECK(jit_code_cache != nullptr); in Start()1071 DCHECK_EQ(instance_->jit_code_cache_, jit_code_cache); in Start()1081 instance_ = new ProfileSaver(options, jit_code_cache); in Start()
241 jit::JitCodeCache* jit_code_cache = Runtime::Current()->GetJitCodeCache(); in Memory() local242 CHECK(jit_code_cache != nullptr); in Memory()243 jit::JitMemoryRegion* memory = jit_code_cache->GetCurrentRegion(); in Memory()
246 std::unique_ptr<JitCodeCache> jit_code_cache(new JitCodeCache()); in Create() local249 jit_code_cache->garbage_collect_code_ = false; in Create()250 jit_code_cache->shared_region_ = std::move(region); in Create()252 jit_code_cache->private_region_ = std::move(region); in Create()260 return jit_code_cache.release(); in Create()
156 "jit/jit_code_cache.cc",