Home | History | Annotate | Download | only in x64

Lines Matching refs:kGap

541   // The relocation writer's position must be kGap bytes above the end of
548 static const int kGap = 32;
1474 // Check if there is less than kGap bytes available in the buffer.
1478 return pc_ >= reloc_info_writer.pos() - kGap;
1740 ASSERT(bytes_generated < assembler_->kGap);