Home
last modified time | relevance | path

Searched defs:jit_code_cache (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Dprofile_saver.cc84 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options, jit::JitCodeCache* jit_code_cache) in ProfileSaver()
1018 jit::JitCodeCache* jit_code_cache, in Start()
Ddebugger_interface.cc241 jit::JitCodeCache* jit_code_cache = Runtime::Current()->GetJitCodeCache(); in Memory() local
Djit_code_cache.cc246 std::unique_ptr<JitCodeCache> jit_code_cache(new JitCodeCache()); in Create() local