Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dcompilation-cache.h99 static Handle<CompilationCacheTable> PutRegExp(
/external/v8/src/
Dcompilation-cache.cc252 CompilationCacheTable::PutRegExp(isolate(), table, source, flags, data)); in Put()
344 void CompilationCache::PutRegExp(Handle<String> source, in PutRegExp() function in v8::internal::CompilationCache
Dcompilation-cache.h191 void PutRegExp(Handle<String> source,
Dobjects.cc17689 Handle<CompilationCacheTable> CompilationCacheTable::PutRegExp( in PutRegExp() function in v8::internal::CompilationCacheTable
/external/v8/src/regexp/
Djsregexp.cc184 compilation_cache->PutRegExp(pattern, flags, data); in Compile()