Lines Matching refs:CachedData
477 std::map<std::string, std::unique_ptr<ScriptCompiler::CachedData>>
488 ScriptCompiler::CachedData* Shell::LookupCodeCache(Isolate* isolate,
499 ScriptCompiler::CachedData* cached_data = new ScriptCompiler::CachedData(
500 cache, length, ScriptCompiler::CachedData::BufferOwned);
507 const ScriptCompiler::CachedData* cache_data) {
516 cached_code_map_[*key] = std::unique_ptr<ScriptCompiler::CachedData>(
517 new ScriptCompiler::CachedData(cache, length,
518 ScriptCompiler::CachedData::BufferOwned));
638 ScriptCompiler::CachedData* cached_code = nullptr;
759 ScriptCompiler::CachedData* cached_data =
777 ScriptCompiler::CachedData* cached_data =