Lines Matching refs:CompilationCacheTable
22 int SearchLiteralsMapEntry(CompilationCacheTable cache, int cache_entry, in SearchLiteralsMapEntry()
45 void AddToFeedbackCellsMap(Handle<CompilationCacheTable> cache, int cache_entry, in AddToFeedbackCellsMap()
114 FeedbackCell SearchLiteralsMap(CompilationCacheTable cache, int cache_entry, in SearchLiteralsMap()
227 MaybeHandle<SharedFunctionInfo> CompilationCacheTable::LookupScript( in LookupScript()
228 Handle<CompilationCacheTable> table, Handle<String> src, in LookupScript()
252 InfoCellPair CompilationCacheTable::LookupEval( in LookupEval()
253 Handle<CompilationCacheTable> table, Handle<String> src, in LookupEval()
275 Handle<Object> CompilationCacheTable::LookupRegExp(Handle<String> src, in LookupRegExp()
285 MaybeHandle<Code> CompilationCacheTable::LookupCode( in LookupCode()
295 Handle<CompilationCacheTable> CompilationCacheTable::PutScript( in PutScript()
296 Handle<CompilationCacheTable> cache, Handle<String> src, in PutScript()
317 Handle<CompilationCacheTable> CompilationCacheTable::PutEval( in PutEval()
318 Handle<CompilationCacheTable> cache, Handle<String> src, in PutEval()
356 Handle<CompilationCacheTable> CompilationCacheTable::PutRegExp( in PutRegExp()
357 Isolate* isolate, Handle<CompilationCacheTable> cache, Handle<String> src, in PutRegExp()
370 Handle<CompilationCacheTable> CompilationCacheTable::PutCode( in PutCode()
371 Isolate* isolate, Handle<CompilationCacheTable> cache, in PutCode()
394 void CompilationCacheTable::Age() { in Age()
427 void CompilationCacheTable::Remove(Object value) { in Remove()
438 void CompilationCacheTable::RemoveEntry(int entry_index) { in RemoveEntry()