Lines Matching refs:buffer
124 // The code buffer offset at the time of the request.
159 // without any buffer to hold reloc information.
201 // Return a grown copy of this buffer. The contained data is uninitialized.
208 // Allocate an AssemblerBuffer which uses an existing buffer. This buffer cannot
211 std::unique_ptr<AssemblerBuffer> ExternalAssemblerBuffer(void* buffer,
286 std::unique_ptr<AssemblerBuffer> buffer = std::move(buffer_);
288 // Reset fields to prevent accidental further modifications of the buffer.
291 return buffer;
345 // The minimum buffer size. Should be at least two times the platform-specific
349 // The default buffer size used if we do not know the final size of the
365 // The buffer into which code and relocation info are generated.
370 // The program counter, which points into the buffer above and moves forward.
408 // instruction's location in the temporary buffer and the call target is not