Lines Matching refs:kGap
594 // The relocation writer's position must be kGap bytes above the end of
601 static const int kGap = 32;
1155 // Check if there is less than kGap bytes available in the buffer.
1158 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1263 ASSERT(bytes_generated < assembler_->kGap);