Home
last modified time | relevance | path

Searched refs:CachedData (Results 1 – 8 of 8) sorted by relevance

/third_party/node/tools/code_cache/
Dcache_builder.cc68 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()
/third_party/node/src/
Dnode_native_module.h23 std::unique_ptr<v8::ScriptCompiler::CachedData>>;
69 v8::ScriptCompiler::CachedData* GetCodeCache(const char* id) const;
Dnode_native_module.cc162 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()
Dnode_contextify.cc735 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()
Dmodule_wrap.cc175 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()
/third_party/skia/tests/
DCachedDataTest.cpp81 DEF_TEST(CachedData, reporter) { in DEF_TEST() argument
/third_party/flutter/skia/tests/
DCachedDataTest.cpp81 DEF_TEST(CachedData, reporter) { in DEF_TEST() argument
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3973 …hub.com/nodejs/node/commit/de643bc325)] - **src**: use unique\_ptr for CachedData in ContextifyScr…