Searched refs:CompilationCacheEval (Results 1 – 2 of 2) sorted by relevance
110 class CompilationCacheEval: public CompilationSubCache {112 CompilationCacheEval(Isolate* isolate, int generations) in CompilationCacheEval() function124 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationCacheEval);225 CompilationCacheEval eval_global_;226 CompilationCacheEval eval_contextual_;
202 MaybeHandle<SharedFunctionInfo> CompilationCacheEval::Lookup( in Lookup()232 void CompilationCacheEval::Put(Handle<String> source, in Put()