Searched refs:CompilationSubCache (Results 1 – 2 of 2) sorted by relevance
39 class CompilationSubCache {41 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache() function47 ~CompilationSubCache() { DeleteArray(tables_); } in ~CompilationSubCache()89 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationSubCache);94 class CompilationCacheScript : public CompilationSubCache {137 class CompilationCacheEval: public CompilationSubCache {140 : CompilationSubCache(isolate, generations) { } in CompilationCacheEval()171 class CompilationCacheRegExp: public CompilationSubCache {174 : CompilationSubCache(isolate, generations) { } in CompilationCacheRegExp()281 CompilationSubCache* subcaches_[kSubCacheCount];
57 CompilationSubCache* subcaches[kSubCacheCount] = in CompilationCache()75 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { in GetTable()89 void CompilationSubCache::Age() { in Age()100 void CompilationSubCache::IterateFunctions(ObjectVisitor* v) { in IterateFunctions()110 void CompilationSubCache::Iterate(ObjectVisitor* v) { in Iterate()115 void CompilationSubCache::Clear() { in Clear()120 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) { in Remove()134 : CompilationSubCache(isolate, generations), in CompilationCacheScript()