Home | History | Annotate | Download | only in ia32

Lines Matching refs:kGap

560   // The relocation writer's position must be kGap bytes above the end of
567 static const int kGap = 32;
1086 // Check if there is less than kGap bytes available in the buffer.
1089 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1207 ASSERT(bytes_generated < assembler_->kGap);