Home | History | Annotate | Download | only in cctest

Lines Matching refs:CachedData

15338   const v8::ScriptCompiler::CachedData* cd = source.GetCachedData();
24103 const v8::ScriptCompiler::CachedData* cached_data = source.GetCachedData();
24272 v8::ScriptCompiler::CachedData* cache;
24289 cache = new v8::ScriptCompiler::CachedData(
24290 cache_data, length, v8::ScriptCompiler::CachedData::BufferOwned);
24327 v8::ScriptCompiler::CachedData* cached_data =
24328 new v8::ScriptCompiler::CachedData(data, length);
24376 const v8::ScriptCompiler::CachedData* original_cached_data =
24386 new v8::ScriptCompiler::CachedData(original_cached_data->data,
24393 const v8::ScriptCompiler::CachedData* new_cached_data =
24406 new v8::ScriptCompiler::CachedData(original_cached_data->data,
24413 const v8::ScriptCompiler::CachedData* new_cached_data =