Lines Matching defs:data
10 #include "src/snapshot/snapshot-data.h"
19 AlignedCachedData(const byte* data, int length);
26 const byte* data() const { return data_; }
90 FinishOffThreadDeserialize(Isolate* isolate, OffThreadDeserializeData&& data,
117 // The data header consists of uint32_t-sized entries:
137 // For cached data which is consumed before the source is available (e.g.
142 // For cached data which was previously already sanity checked by
162 explicit SerializedCodeData(AlignedCachedData* data);
163 SerializedCodeData(const byte* data, int size)
164 : SerializedData(const_cast<byte*>(data), size) {}