Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver.cc91 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options, jit::JitCodeCache* jit_code_cache) in ProfileSaver()
985 jit::JitCodeCache* jit_code_cache, in Start()
H A Ddebugger_interface.cc256 jit::JitCodeCache* jit_code_cache = Runtime::Current()->GetJitCodeCache(); in Memory() local
H A Djit_code_cache.cc243 std::unique_ptr<JitCodeCache> jit_code_cache(new JitCodeCache()); in Create() local