Home
last modified time | relevance | path

Searched refs:CopyCodeCache (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_builtins.h63 static void CopyCodeCache(std::vector<CodeCacheInfo>* out);
Dnode_builtins.cc459 void BuiltinLoader::CopyCodeCache(std::vector<CodeCacheInfo>* out) { in CopyCodeCache() function in node::builtins::BuiltinLoader
Dnode_snapshotable.cc1237 builtins::BuiltinLoader::CopyCodeCache(&(out->code_cache)); in Generate()