Lines Matching full:cache
153 // Cache of all script objects in the heap. When a script is added a weak handle
154 // to it is created and that weak handle is stored in the cache. The weak handle
155 // callback takes care of removing the script from the cache. The key used in
156 // the cache is the script id.
162 // Add script to the cache.
165 // Return the scripts in the cache.
178 // Clear the cache releasing all the weak handles.
181 // Weak handle callback for scripts in the cache.
360 // Mirror cache handling.
363 // Script cache handling.
381 // Called from stub-cache.cc.
405 // Cache of all scripts in the heap.
747 // Clear mirror cache when leaving the debugger. Skip this if there is a
748 // pending exception as clearing the mirror cache calls back into
753 // cache JavaScript code.