Lines Matching full:buffer
39 // into a buffer, with the instructions starting from the beginning and the
40 // relocation information starting from the end of the buffer. See CodeDesc
43 // If the provided buffer is NULL, the assembler allocates and grows its own
44 // buffer, and buffer_size determines the initial buffer size. The buffer is
47 // If the provided buffer is not NULL, the assembler uses the provided buffer
48 // for code generation and assumes its size to be buffer_size. If the buffer
49 // is too small, a fatal error occurs. No deallocation of the buffer is done
116 // Bytecode buffer.
120 // The buffer into which code and relocation info are generated.
124 // True if the assembler owns the buffer, false if buffer is external.