Home
last modified time | relevance | path

Searched refs:script_cache (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Ddebug.cc615 ScriptCache* script_cache = reinterpret_cast<ScriptCache*>(data); in HandleWeakScript() local
623 script_cache->Remove(reinterpret_cast<void*>(id), Hash(id)); in HandleWeakScript()
624 script_cache->collected_scripts_.Add(id); in HandleWeakScript()