Lines Matching refs:buffer
131 // are generated at an offset in the code generation buffer greater than any
139 // of the buffer.
171 // the stored offsets need to be consistent with the Assembler's buffer.
334 // the start of the code buffer must be provided, as the literal only knows it
391 // option, it will not be possible to copy the code buffer and run it from a
440 Assembler(byte* buffer,
443 : AssemblerBase(buffer, capacity),
455 // Start generating code from the beginning of the buffer, discarding any code
456 // and data that has already been emitted into the buffer.
462 // Bind a label to a specified offset from the start of the buffer.