Searched refs:CopyCodeCache (Results 1 – 3 of 3) sorted by relevance
63 static void CopyCodeCache(std::vector<CodeCacheInfo>* out);
459 void BuiltinLoader::CopyCodeCache(std::vector<CodeCacheInfo>* out) { in CopyCodeCache() function in node::builtins::BuiltinLoader
1237 builtins::BuiltinLoader::CopyCodeCache(&(out->code_cache)); in Generate()