Searched refs:cacheTag (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8ScriptRunner.cpp | 66 …esource* resource, v8::ScriptCompiler::CompileOptions options, unsigned cacheTag, Resource::Metada… in compileAndProduceCache() argument 74 cacheTag, in compileAndProduceCache() 82 …in origin, ScriptResource* resource, v8::ScriptCompiler::CompileOptions options, unsigned cacheTag) in compileAndConsumeCache() argument 85 CachedMetadata* cachedMetadata = resource->cachedMetadata(cacheTag); in compileAndConsumeCache() 115 unsigned cacheTag = 0; in compileScript() local 137 cacheTag = tagForParserCache(); in compileScript() 138 script = resource->cachedMetadata(cacheTag) in compileScript() 139 …AndConsumeCache(isolate, code, origin, resource, v8::ScriptCompiler::kConsumeParserCache, cacheTag) in compileScript() 140 …olate, code, origin, resource, v8::ScriptCompiler::kProduceParserCache, cacheTag, Resource::SendTo… in compileScript() 143 cacheTag = tagForCodeCache(); in compileScript() [all …]
|
/external/lzma/CPP/7zip/Common/ |
D | StreamObjects.cpp | 184 UInt64 cacheTag = _pos >> _blockSizeLog; in Read() local 185 size_t cacheIndex = (size_t)cacheTag & (((size_t)1 << _numBlocksLog) - 1); in Read() 187 if (_tags[cacheIndex] != cacheTag) in Read() 189 UInt64 remInBlock = _size - (cacheTag << _blockSizeLog); in Read() 193 RINOK(ReadBlock(cacheTag, p, blockSize)); in Read() 194 _tags[cacheIndex] = cacheTag; in Read()
|