HomeSort by relevance Sort by last modified time
    Searched defs:cachedData (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
lrucache.h 46 const SharedObject *cachedData;
48 // cachedData.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ScriptRunner.cpp 66 OwnPtr<v8::ScriptCompiler::CachedData> cachedData;
70 // Ownership of the buffer is not transferred to CachedData.
71 cachedData = adoptPtr(new v8::ScriptCompiler::CachedData(reinterpret_cast<const uint8_t*>(cachedMetadata->data()), cachedMetadata->size()));
76 // source takes ownership of cachedData.
77 v8::ScriptCompiler::Source source(code, origin, cachedData.leakPtr());
80 const v8::ScriptCompiler::CachedData* newCachedData = source.GetCachedData();
82 // Ownership of the buffer is not transferred; source's cachedData continues to own it.

Completed in 83 milliseconds