Searched defs:jit_code_cache (Results 1 – 3 of 3) sorted by relevance
84 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options, jit::JitCodeCache* jit_code_cache) in ProfileSaver()1018 jit::JitCodeCache* jit_code_cache, in Start()
241 jit::JitCodeCache* jit_code_cache = Runtime::Current()->GetJitCodeCache(); in Memory() local
246 std::unique_ptr<JitCodeCache> jit_code_cache(new JitCodeCache()); in Create() local