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

/external/v8/src/
H A Dcompilation-cache.cc75 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { function in class:v8::internal::CompilationSubCache
125 Handle<CompilationCacheTable> table = GetTable(generation);
179 Handle<CompilationCacheTable> table = GetTable(generation);
263 Handle<CompilationCacheTable> table = GetTable(generation);
326 Handle<CompilationCacheTable> table = GetTable(generation);
H A Dcompilation-cache.h53 Handle<CompilationCacheTable> GetTable(int generation);
57 return GetTable(kFirstGeneration);
H A Djsregexp.cc777 DispatchTable* ChoiceNode::GetTable(bool ignore_case) { function in class:v8::internal::ChoiceNode
3405 that->GetTable(ignore_case_)->ForEach(&header_printer);
3409 that->GetTable(ignore_case_)->ForEach(&body_printer);
5177 DispatchTable* table = node->GetTable(ignore_case_);
H A Djsregexp.h1061 DispatchTable* GetTable(bool ignore_case);
H A Dheap.cc1559 static VisitorDispatchTable<ScavengingCallback>* GetTable() { function in class:v8::internal::ScavengingVisitor
1835 LOGGING_AND_PROFILING_DISABLED>::GetTable());
1839 LOGGING_AND_PROFILING_ENABLED>::GetTable());
1845 LOGGING_AND_PROFILING_DISABLED>::GetTable());
1849 LOGGING_AND_PROFILING_ENABLED>::GetTable());

Completed in 341 milliseconds