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

  /art/compiler/optimizing/
code_generator_mips64.h 496 uint32_t GetPreferredSlotsAlignment() const OVERRIDE { return kMips64DoublewordSize; }
code_generator.h 230 virtual uint32_t GetPreferredSlotsAlignment() const { return 1; }
    [all...]
code_generator_arm64.h 489 uint32_t GetPreferredSlotsAlignment() const OVERRIDE { return vixl::aarch64::kXRegSizeInBytes; }
    [all...]
code_generator.cc 459 (number_of_out_slots + number_of_spill_slots) * kVRegSize, GetPreferredSlotsAlignment());
    [all...]

Completed in 171 milliseconds