Home | History | Annotate | Download | only in src

Lines Matching refs:CompilationCacheTable

11786 Object* CompilationCacheTable::Lookup(String* src) {
11794 Object* CompilationCacheTable::LookupEval(String* src,
11808 Object* CompilationCacheTable::LookupRegExp(String* src,
11817 MaybeObject* CompilationCacheTable::Put(String* src, Object* value) {
11824 CompilationCacheTable* cache =
11825 reinterpret_cast<CompilationCacheTable*>(obj);
11834 MaybeObject* CompilationCacheTable::PutEval(String* src,
11847 CompilationCacheTable* cache =
11848 reinterpret_cast<CompilationCacheTable*>(obj);
11863 MaybeObject* CompilationCacheTable::PutRegExp(String* src,
11872 CompilationCacheTable* cache =
11873 reinterpret_cast<CompilationCacheTable*>(obj);
11884 void CompilationCacheTable::Remove(Object* value) {