Home
last modified time | relevance | path

Searched refs:CreateCodeCache (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-script.h671 static CachedData* CreateCodeCache(Local<UnboundScript> unbound_script);
678 static CachedData* CreateCodeCache(
/third_party/node/src/
Dnode_contextify.cc884 new_cached_data.reset(ScriptCompiler::CreateCodeCache(v8_script)); in New()
971 ScriptCompiler::CreateCodeCache(unbound_script)); in CreateCachedData()
Dmodule_wrap.cc740 ScriptCompiler::CreateCodeCache(unbound_module_script)); in CreateCachedData()
Djs_native_api_v8.cc1813 cache = v8::ScriptCompiler::CreateCodeCache(v8script->GetUnboundScript()); in OH_JSVM_CreateCodeCache()
/third_party/node/deps/v8/src/d8/
Dd8.cc760 ScriptCompiler::CreateCodeCache(script->GetUnboundScript()); in ExecuteString()
778 ScriptCompiler::CreateCodeCache(script->GetUnboundScript()); in ExecuteString()
/third_party/node/deps/v8/src/api/
Dapi.cc2793 ScriptCompiler::CachedData* ScriptCompiler::CreateCodeCache( in CreateCodeCache() function in v8::ScriptCompiler
2804 ScriptCompiler::CachedData* ScriptCompiler::CreateCodeCache( in CreateCodeCache() function in v8::ScriptCompiler