Lines Matching refs:CompilationSubCache
34 CompilationSubCache* subcaches[kSubCacheCount] = {
41 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
56 void CompilationSubCache::AgeByGeneration(CompilationSubCache* c) {
69 void CompilationSubCache::AgeCustom(CompilationSubCache* c) {
81 void CompilationSubCache::Iterate(RootVisitor* v) {
87 void CompilationSubCache::Clear() {
93 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) {
106 : CompilationSubCache(isolate, 1) {}