Home | History | Annotate | Download | only in jit

Lines Matching refs:code_cache

176 Jit::Jit(JitCodeCache* code_cache, JitOptions* options)
177 : code_cache_(code_cache),
183 Jit* Jit::Create(JitCodeCache* code_cache, JitOptions* options) {
193 std::unique_ptr<Jit> jit(new Jit(code_cache, options));
199 if (code_cache->GetGarbageCollectCode()) {
200 code_cache->SetGarbageCollectCode(!jit_generate_debug_info_(jit_compiler_handle_) &&