Home | History | Annotate | Download | only in include

Lines Matching refs:CachedData

1123   struct V8_EXPORT CachedData {
1129 CachedData()
1136 // data and guarantees that it stays alive until the CachedData object is
1138 // (with delete[]) when the CachedData object is destroyed.
1139 CachedData(const uint8_t* data, int length,
1141 ~CachedData();
1151 CachedData(const CachedData&);
1152 CachedData& operator=(const CachedData&);
1160 // Source takes ownership of CachedData.
1162 CachedData* cached_data = NULL);
1164 CachedData* cached_data = NULL);
1167 // Ownership of the CachedData or its buffers is *not* transferred to the
1168 // caller. The CachedData object is alive as long as the Source object is
1170 V8_INLINE const CachedData* GetCachedData() const;
1190 CachedData* cached_data;
1252 // Ownership of the CachedData or its buffers is *not* transferred to the
1253 // caller. The CachedData object is alive as long as the StreamedSource
1255 const CachedData* GetCachedData() const;
1357 * Return a version tag for CachedData for the current V8 version & flags.
1360 * CachedData instance is still valid; the tag has no other meaing.
1362 * Background: The data carried by CachedData may depend on the exact
1364 * persisting CachedData, the embedder must take care to not pass in
8102 CachedData* data)
8113 CachedData* data)
8122 const ScriptCompiler::CachedData* ScriptCompiler::Source::GetCachedData()