Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_native_module.h69 v8::ScriptCompiler::CachedData* GetCodeCache(const char* id) const;
Dnode_native_module.cc162 ScriptCompiler::CachedData* NativeModuleLoader::GetCodeCache( in GetCodeCache() function in node::native_module::NativeModuleLoader
/third_party/node/tools/code_cache/
Dcache_builder.cc134 loader->GetCodeCache(id.c_str()); in Generate()