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