Home
last modified time | relevance | path

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

/external/v8/src/
Dcompilation-cache.h157 class CompilationCacheRegExp: public CompilationSubCache {
159 CompilationCacheRegExp(Isolate* isolate, int generations) in CompilationCacheRegExp() function
177 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationCacheRegExp);
271 CompilationCacheRegExp reg_exp_;
Dcompilation-cache.cc314 Handle<FixedArray> CompilationCacheRegExp::Lookup(Handle<String> source, in Lookup()
344 MaybeObject* CompilationCacheRegExp::TryTablePut( in TryTablePut()
353 Handle<CompilationCacheTable> CompilationCacheRegExp::TablePut( in TablePut()
363 void CompilationCacheRegExp::Put(Handle<String> source, in Put()