Home | History | Annotate | Download | only in x64

Lines Matching refs:kGap

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