Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h165 ScriptCache() : HashMap(ScriptMatch), collected_scripts_(10) {} in ScriptCache()
191 List<int> collected_scripts_; variable
Ddebug.cc674 for (int i = 0; i < collected_scripts_.length(); i++) { in ProcessCollectedScripts()
675 debugger->OnScriptCollected(collected_scripts_[i]); in ProcessCollectedScripts()
677 collected_scripts_.Clear(); in ProcessCollectedScripts()
706 script_cache->collected_scripts_.Add(id); in HandleWeakScript()