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

  /external/v8/src/arm/
assembler-arm-inl.h 316 if (buffer_space() <= kGap) {
assembler-arm.h     [all...]
macro-assembler-arm.cc     [all...]
assembler-arm.cc     [all...]
  /external/v8/src/mips/
assembler-mips-inl.h 348 if (buffer_space() <= kGap) {
assembler-mips.h 943 // Check if there is less than kGap bytes available in the buffer.
946 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
    [all...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32.h 560 // The relocation writer's position must be kGap bytes above the end of
567 static const int kGap = 32;
    [all...]
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x64/
assembler-x64.h 534 // The relocation writer's position must be kGap bytes above the end of
541 static const int kGap = 32;
    [all...]
macro-assembler-x64.cc     [all...]

Completed in 715 milliseconds