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

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

Completed in 245 milliseconds