Searched refs:CompilationCacheScript (Results 1 – 2 of 2) sorted by relevance
71 class CompilationCacheScript : public CompilationSubCache {73 CompilationCacheScript(Isolate* isolate, int generations);95 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationCacheScript);223 CompilationCacheScript script_;
103 CompilationCacheScript::CompilationCacheScript(Isolate* isolate, in CompilationCacheScript() function in v8::internal::CompilationCacheScript113 bool CompilationCacheScript::HasOrigin( in HasOrigin()143 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup( in Lookup()213 void CompilationCacheScript::Put(Handle<String> source, in Put()