Searched refs:CachedData (Results 1 – 8 of 8) sorted by relevance
68 const std::map<std::string, ScriptCompiler::CachedData*>& data) { in GenerateCodeCache()85 ScriptCompiler::CachedData* cached_data = x.second; in GenerateCodeCache()123 std::map<std::string, ScriptCompiler::CachedData*> data; in Generate()133 ScriptCompiler::CachedData* cached_data = in Generate()
23 std::unique_ptr<v8::ScriptCompiler::CachedData>>;69 v8::ScriptCompiler::CachedData* GetCodeCache(const char* id) const;
162 ScriptCompiler::CachedData* NativeModuleLoader::GetCodeCache( in GetCodeCache()256 ScriptCompiler::CachedData* cached_data = nullptr; in LookupAndCompile()305 std::unique_ptr<ScriptCompiler::CachedData> new_cached_data( in LookupAndCompile()
735 ScriptCompiler::CachedData* cached_data = nullptr; in New()739 cached_data = new ScriptCompiler::CachedData( in New()796 std::unique_ptr<ScriptCompiler::CachedData> cached_data { in New()832 std::unique_ptr<ScriptCompiler::CachedData> cached_data( in CreateCachedData()1095 ScriptCompiler::CachedData* cached_data = nullptr; in CompileFunction()1099 cached_data = new ScriptCompiler::CachedData( in CompileFunction()1191 const std::unique_ptr<ScriptCompiler::CachedData> cached_data( in CompileFunction()
175 ScriptCompiler::CachedData* cached_data = nullptr; in New()182 new ScriptCompiler::CachedData(data + cached_data_buf->ByteOffset(), in New()717 std::unique_ptr<ScriptCompiler::CachedData> cached_data( in CreateCachedData()
81 DEF_TEST(CachedData, reporter) { in DEF_TEST() argument
3973 …hub.com/nodejs/node/commit/de643bc325)] - **src**: use unique\_ptr for CachedData in ContextifyScr…