Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_builtins.h62 static void RefreshCodeCache(const std::vector<CodeCacheInfo>& in);
Dnode_builtins.cc470 void BuiltinLoader::RefreshCodeCache(const std::vector<CodeCacheInfo>& in) { in RefreshCodeCache() function in node::builtins::BuiltinLoader
Dnode.cc1226 BuiltinLoader::RefreshCodeCache((*snapshot_data_ptr)->code_cache); in LoadSnapshotDataAndRun()