Home
last modified time | relevance | path

Searched refs:CompilationCacheRegExp (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcompilation-cache.h131 class CompilationCacheRegExp: public CompilationSubCache {
133 CompilationCacheRegExp(Isolate* isolate, int generations) in CompilationCacheRegExp() function
142 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationCacheRegExp);
231 CompilationCacheRegExp reg_exp_;
Dcompilation-cache.cc230 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup( in Lookup()
258 void CompilationCacheRegExp::Put(Handle<String> source, in Put()