HomeSort by relevance Sort by last modified time
    Searched defs:kGap (Results 1 - 5 of 5) sorted by null

  /external/v8/src/mips/
assembler-mips.h 527 // Check if there is less than kGap bytes available in the buffer.
530 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
576 // The relocation writer's position is at least kGap bytes below the end of
580 static const int kGap = 32;
  /external/v8/src/ia32/
assembler-ia32.h 410 // The relocation writer's position must be kGap bytes above the end of
417 static const int kGap = 32;
800 // Check if there is less than kGap bytes available in the buffer.
803 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
910 ASSERT(bytes_generated < assembler_->kGap);
  /external/v8/src/arm/
assembler-arm.h 944 // The relocation writer's position is at least kGap bytes below the end of
948 static const int kGap = 32;
    [all...]
assembler-thumb2.h 944 // The relocation writer's position is at least kGap bytes below the end of
948 static const int kGap = 32;
    [all...]
  /external/v8/src/x64/
assembler-x64.h 387 // The relocation writer's position must be kGap bytes above the end of
394 static const int kGap = 32;
    [all...]

Completed in 1976 milliseconds