Searched refs:ScriptCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Ddebug.h151 class ScriptCache : private HashMap { class in namespace:v8::internal
153 explicit ScriptCache(Isolate* isolate);
154 virtual ~ScriptCache() { Clear(); }
586 ScriptCache* script_cache_; // Cache of all scripts in the heap.
H A Ddebug.cc591 ScriptCache::ScriptCache(Isolate* isolate) : HashMap(HashMap::PointersMatch), function in class:v8::internal::ScriptCache
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_cach
[all...]

Completed in 83 milliseconds