Lines Matching defs:blob
51 const i::EmbeddedData* blob,
66 // Isolate::SetEmbeddedBlob that the blob layout remains unchanged, i.e.
67 // that labels do not insert bytes into the middle of the blob byte
70 blob->InstructionSizeOfBuiltin(builtin));
91 blob->InstructionStartOfBuiltin(builtin));
92 uint32_t size = blob->PaddedInstructionSizeOfBuiltin(builtin);
136 const i::EmbeddedData* blob) const {
138 "The embedded blob code section starts here. It contains the builtin");
165 WriteBuiltin(w, blob, builtin);
172 const i::EmbeddedData* blob) const {
179 w->Comment("Pointer to the beginning of the embedded blob code.");
191 w->Comment("Pointer to the beginning of the embedded blob data section.");
204 w->Comment("The size of the embedded blob code in bytes.");
207 w->DeclareUint32(embedded_blob_code_size_symbol.begin(), blob->code_size());
215 w->Comment("The size of the embedded blob data section in bytes.");
216 w->DeclareUint32(embedded_blob_data_size_symbol.begin(), blob->data_size());
227 EmbeddedBlobCodeDataSymbol().c_str(), blob,