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

  /art/compiler/optimizing/
code_generator_mips64.h 336 size_t GetWordSize() const OVERRIDE { return kMips64DoublewordSize; }
338 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { return kMips64DoublewordSize; }
468 uint32_t GetPreferredSlotsAlignment() const OVERRIDE { return kMips64DoublewordSize; }
code_generator_mips64.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 272 static constexpr size_t kMips64DoublewordSize = 8;
    [all...]
assembler_mips64.cc 29 static_assert(static_cast<size_t>(kMips64PointerSize) == kMips64DoublewordSize,
    [all...]

Completed in 74 milliseconds