Home
last modified time | relevance | path

Searched refs:CompilationCacheScript (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.h81 class CompilationCacheScript : public CompilationSubCache {
83 explicit CompilationCacheScript(Isolate* isolate);
95 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationCacheScript);
232 CompilationCacheScript script_;
Dcompilation-cache.cc75 void CompilationCacheScript::Age() { in Age()
105 CompilationCacheScript::CompilationCacheScript(Isolate* isolate) in CompilationCacheScript() function in v8::internal::CompilationCacheScript
168 MaybeHandle<SharedFunctionInfo> CompilationCacheScript::Lookup( in Lookup()
208 void CompilationCacheScript::Put(Handle<String> source, in Put()