HomeSort by relevance Sort by last modified time
    Searched refs:ScriptCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
debug.h 151 class ScriptCache : private HashMap {
153 explicit ScriptCache(Isolate* isolate);
154 virtual ~ScriptCache() { Clear(); }
586 ScriptCache* script_cache_; // Cache of all scripts in the heap.
debug.cc 591 ScriptCache::ScriptCache(Isolate* isolate) : HashMap(HashMap::PointersMatch),
599 heap->CollectAllGarbage(Heap::kMakeHeapIterableMask, "ScriptCache");
600 heap->CollectAllGarbage(Heap::kMakeHeapIterableMask, "ScriptCache");
614 void ScriptCache::Add(Handle<Script> script) {
637 ScriptCache::HandleWeakScript);
642 Handle<FixedArray> ScriptCache::GetScripts() {
657 void ScriptCache::Clear() {
671 void ScriptCache::HandleWeakScript(
680 ScriptCache* script_cache
    [all...]

Completed in 59 milliseconds