Searched refs:CompilationSubCache (Results 1 – 2 of 2) sorted by relevance
20 class CompilationSubCache {22 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache() function28 ~CompilationSubCache() { DeleteArray(tables_); } in ~CompilationSubCache()70 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationSubCache);75 class CompilationCacheScript : public CompilationSubCache {110 class CompilationCacheEval: public CompilationSubCache {113 : CompilationSubCache(isolate, generations) { } in CompilationCacheEval()129 class CompilationCacheRegExp: public CompilationSubCache {132 : CompilationSubCache(isolate, generations) { } in CompilationCacheRegExp()228 CompilationSubCache* subcaches_[kSubCacheCount];
30 CompilationSubCache* subcaches[kSubCacheCount] = in CompilationCache()41 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { in GetTable()56 void CompilationSubCache::Age() { in Age()75 void CompilationSubCache::IterateFunctions(ObjectVisitor* v) { in IterateFunctions()85 void CompilationSubCache::Iterate(ObjectVisitor* v) { in Iterate()90 void CompilationSubCache::Clear() { in Clear()95 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) { in Remove()109 : CompilationSubCache(isolate, generations) {} in CompilationCacheScript()