Searched refs:CompilationSubCache (Results 1 – 2 of 2) sorted by relevance
24 class CompilationSubCache {26 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache() function32 ~CompilationSubCache() { DeleteArray(tables_); } in ~CompilationSubCache()73 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationSubCache);78 class CompilationCacheScript : public CompilationSubCache {114 class CompilationCacheEval: public CompilationSubCache {117 : CompilationSubCache(isolate, 1) {} in CompilationCacheEval()135 class CompilationCacheRegExp: public CompilationSubCache {138 : CompilationSubCache(isolate, generations) { } in CompilationCacheRegExp()233 CompilationSubCache* subcaches_[kSubCacheCount];
30 CompilationSubCache* subcaches[kSubCacheCount] = in CompilationCache()39 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { in GetTable()53 void CompilationSubCache::Age() { in Age()71 void CompilationSubCache::Iterate(RootVisitor* v) { in Iterate()76 void CompilationSubCache::Clear() { in Clear()81 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) { in Remove()93 : CompilationSubCache(isolate, 1) {} in CompilationCacheScript()