Home
last modified time | relevance | path

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

/external/v8/src/
Dcompilation-cache.cc238 Handle<CompilationCacheTable> CompilationCacheScript::TablePut( in TablePut() function in v8::internal::CompilationCacheScript
250 SetFirstTable(TablePut(source, function_info)); in Put()
296 Handle<CompilationCacheTable> CompilationCacheEval::TablePut( in TablePut() function in v8::internal::CompilationCacheEval
310 SetFirstTable(TablePut(source, context, function_info)); in Put()
353 Handle<CompilationCacheTable> CompilationCacheRegExp::TablePut( in TablePut() function in v8::internal::CompilationCacheRegExp
367 SetFirstTable(TablePut(source, flags, data)); in Put()
Dcompilation-cache.h111 Handle<CompilationCacheTable> TablePut(
147 Handle<CompilationCacheTable> TablePut(
173 Handle<CompilationCacheTable> TablePut(Handle<String> source,