Home | History | Annotate | Download | only in cctest

Lines Matching refs:CachedData

1451 v8::ScriptCompiler::CachedData* ProduceCache(const char* source) {
1452 v8::ScriptCompiler::CachedData* cache;
1469 const v8::ScriptCompiler::CachedData* data = source.GetCachedData();
1474 cache = new v8::ScriptCompiler::CachedData(
1475 buffer, data->length, v8::ScriptCompiler::CachedData::BufferOwned);
1493 v8::ScriptCompiler::CachedData* cache = ProduceCache(source);
1534 v8::ScriptCompiler::CachedData* cache = ProduceCache(source);
1563 v8::ScriptCompiler::CachedData* cache = ProduceCache(source);
1595 v8::ScriptCompiler::CachedData* cache;
1616 const v8::ScriptCompiler::CachedData* data = source.GetCachedData();
1621 cache = new v8::ScriptCompiler::CachedData(
1622 buffer, data->length, v8::ScriptCompiler::CachedData::BufferOwned);
1774 v8::ScriptCompiler::CachedData* cache = ProduceCache(source);