Searched refs:CompilationCacheScript (Results 1 – 2 of 2) sorted by relevance
81 class CompilationCacheScript : public CompilationSubCache {83 explicit CompilationCacheScript(Isolate* isolate);95 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationCacheScript);232 CompilationCacheScript script_;
75 void CompilationCacheScript::Age() { in Age()105 CompilationCacheScript::CompilationCacheScript(Isolate* isolate) in CompilationCacheScript() function in v8::internal::CompilationCacheScript168 MaybeHandle<SharedFunctionInfo> CompilationCacheScript::Lookup( in Lookup()208 void CompilationCacheScript::Put(Handle<String> source, in Put()