Lines Matching refs:CompilationCache
23 CompilationCache::CompilationCache(Isolate* isolate) in CompilationCache() function in v8::internal::CompilationCache
38 CompilationCache::~CompilationCache() {} in ~CompilationCache()
281 void CompilationCache::Remove(Handle<SharedFunctionInfo> function_info) { in Remove()
290 MaybeHandle<SharedFunctionInfo> CompilationCache::LookupScript( in LookupScript()
301 MaybeHandle<SharedFunctionInfo> CompilationCache::LookupEval( in LookupEval()
319 MaybeHandle<FixedArray> CompilationCache::LookupRegExp(Handle<String> source, in LookupRegExp()
327 void CompilationCache::PutScript(Handle<String> source, in PutScript()
337 void CompilationCache::PutEval(Handle<String> source, in PutEval()
355 void CompilationCache::PutRegExp(Handle<String> source, in PutRegExp()
366 void CompilationCache::Clear() { in Clear()
373 void CompilationCache::Iterate(ObjectVisitor* v) { in Iterate()
380 void CompilationCache::IterateFunctions(ObjectVisitor* v) { in IterateFunctions()
387 void CompilationCache::MarkCompactPrologue() { in MarkCompactPrologue()
394 void CompilationCache::Enable() { in Enable()
399 void CompilationCache::Disable() { in Disable()