Searched refs:PutRegExp (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dcompilation-cache.cc263 SetFirstTable(CompilationCacheTable::PutRegExp(table, source, flags, data));
343 void CompilationCache::PutRegExp(Handle<String> source, function in class:v8::internal::CompilationCache
H A Dcompilation-cache.h189 void PutRegExp(Handle<String> source,
H A Dobjects.h8692 static Handle<CompilationCacheTable> PutRegExp(
H A Dobjects.cc17631 Handle<CompilationCacheTable> CompilationCacheTable::PutRegExp( function in class:v8::internal::CompilationCacheTable
/external/v8/src/regexp/
H A Djsregexp.cc186 compilation_cache->PutRegExp(pattern, flags, data);

Completed in 732 milliseconds