Lines Matching refs:CompilationCacheTable
23 int SearchLiteralsMapEntry(CompilationCacheTable cache, int cache_entry, in SearchLiteralsMapEntry()
46 void AddToFeedbackCellsMap(Handle<CompilationCacheTable> cache, int cache_entry, in AddToFeedbackCellsMap()
115 FeedbackCell SearchLiteralsMap(CompilationCacheTable cache, int cache_entry, in SearchLiteralsMap()
247 MaybeHandle<SharedFunctionInfo> CompilationCacheTable::LookupScript( in LookupScript()
248 Handle<CompilationCacheTable> table, Handle<String> src, in LookupScript()
265 InfoCellPair CompilationCacheTable::LookupEval( in LookupEval()
266 Handle<CompilationCacheTable> table, Handle<String> src, in LookupEval()
288 Handle<Object> CompilationCacheTable::LookupRegExp(Handle<String> src, in LookupRegExp()
298 Handle<CompilationCacheTable> CompilationCacheTable::PutScript( in PutScript()
299 Handle<CompilationCacheTable> cache, Handle<String> src, in PutScript()
313 Handle<CompilationCacheTable> CompilationCacheTable::PutEval( in PutEval()
314 Handle<CompilationCacheTable> cache, Handle<String> src, in PutEval()
352 Handle<CompilationCacheTable> CompilationCacheTable::PutRegExp( in PutRegExp()
353 Isolate* isolate, Handle<CompilationCacheTable> cache, Handle<String> src, in PutRegExp()
366 void CompilationCacheTable::Age(Isolate* isolate) { in Age()
399 void CompilationCacheTable::Remove(Object value) { in Remove()
410 void CompilationCacheTable::RemoveEntry(int entry_index) { in RemoveEntry()