Lines Matching defs:data
13 #include "src/snapshot/embedded/embedded-data-inl.h"
75 base::Vector<const byte> vpos(current_positions.data(),
90 const uint8_t* data = reinterpret_cast<const uint8_t*>(
119 WriteBinaryContentsAsInlineAssembly(w, data + i, next_offset - i);
191 w->Comment("Pointer to the beginning of the embedded blob data section.");
215 w->Comment("The size of the embedded blob data section in bytes.");
237 PlatformEmbeddedFileWriterBase* w, const uint8_t* data, uint32_t size) {
247 current_line_length += w->WriteByteChunk(data + i);
258 current_line_length += w->HexLiteral(data[i]);
301 std::vector<unsigned char> data(source_position_table.GetDataStartAddress(),
303 source_positions_[static_cast<int>(builtin)] = data;