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

  /external/v8/src/mips/
assembler-mips-inl.h 200 if (buffer_space() <= kGap) {
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/arm/
assembler-arm-inl.h 201 if (buffer_space() <= kGap) {
assembler-thumb2-inl.h 201 if (buffer_space() <= kGap) {
macro-assembler-arm.cc     [all...]
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...]
assembler-arm.cc     [all...]
assembler-thumb2.cc     [all...]
  /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);
macro-assembler-ia32.cc     [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...]
macro-assembler-x64.cc     [all...]

Completed in 233 milliseconds