Lines Matching refs:buffer
99 // Next buffer offset at which a check is required for this pool.
162 // The parent class `Pool` provides a `checkpoint_`, which is the buffer
165 // MacroAssembler can, but does not have to, check the buffer when the
261 // Offset of the branch in the code generation buffer.
735 MacroAssembler(byte* buffer,
739 MacroAssembler(PandaAllocator* allocator, byte* buffer,
760 // Start generating code from the beginning of the buffer, discarding any code
761 // and data that has already been emitted into the buffer.
767 // Finalize a code buffer of generated instructions. This function must be
768 // called before executing or copying code from the buffer. By default,
1213 // Bind a label to a specified offset from the start of the buffer.