Searched refs:CompilationSubCache (Results 1 – 2 of 2) sorted by relevance
41 class CompilationSubCache {43 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache() function49 ~CompilationSubCache() { DeleteArray(tables_); } in ~CompilationSubCache()91 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationSubCache);96 class CompilationCacheScript : public CompilationSubCache {127 class CompilationCacheEval: public CompilationSubCache {130 : CompilationSubCache(isolate, generations) { } in CompilationCacheEval()157 class CompilationCacheRegExp: public CompilationSubCache {160 : CompilationSubCache(isolate, generations) { } in CompilationCacheRegExp()272 CompilationSubCache* subcaches_[kSubCacheCount];
57 CompilationSubCache* subcaches[kSubCacheCount] = in CompilationCache()78 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { in GetTable()92 void CompilationSubCache::Age() { in Age()103 void CompilationSubCache::IterateFunctions(ObjectVisitor* v) { in IterateFunctions()113 void CompilationSubCache::Iterate(ObjectVisitor* v) { in Iterate()118 void CompilationSubCache::Clear() { in Clear()123 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) { in Remove()137 : CompilationSubCache(isolate, generations), in CompilationCacheScript()