Searched refs:CompilationCacheScript (Results 1 – 2 of 2) sorted by relevance
80 class CompilationCacheScript : public CompilationSubCache {82 explicit CompilationCacheScript(Isolate* isolate);102 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationCacheScript);268 CompilationCacheScript script_;
75 void CompilationCacheScript::Age() { in Age()111 CompilationCacheScript::CompilationCacheScript(Isolate* isolate) in CompilationCacheScript() function in v8::internal::CompilationCacheScript117 bool CompilationCacheScript::HasOrigin(Handle<SharedFunctionInfo> function_info, in HasOrigin()147 MaybeHandle<SharedFunctionInfo> CompilationCacheScript::Lookup( in Lookup()192 void CompilationCacheScript::Put(Handle<String> source, in Put()