Home
last modified time | relevance | path

Searched refs:SetCachedData (Results 1 – 7 of 7) sorted by relevance

/external/v8/tools/
Dparser-shell.cc93 info.SetCachedData(&cached_data_impl, in RunBaselineParser()
109 info.SetCachedData(&cached_data_impl, in RunBaselineParser()
/external/v8/src/
Dbackground-parsing-task.cc40 source_->info->SetCachedData(&script_data, options_); in Run()
Dcompiler.h241 void SetCachedData(ScriptData** cached_data, in SetCachedData() function
Dcompiler.cc1024 info->SetCachedData(NULL, ScriptCompiler::kNoCompileOptions); in CompileToplevel()
1201 info.SetCachedData(cached_data, compile_options); in CompileScript()
Dparser.h690 void SetCachedData();
Dparser.cc257 void Parser::SetCachedData() { in SetCachedData() function in v8::internal::Parser
4912 SetCachedData(); in Parse()
/external/v8/test/cctest/
Dtest-parsing.cc2286 info.SetCachedData(&sd, v8::ScriptCompiler::kProduceParserCache); in TEST()