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

  /art/compiler/optimizing/
code_generator.h 235 uint32_t GetFpuSpillMask() const { return fpu_spill_mask_; }
244 fpu_spill_mask_ = allocated_registers_.GetFloatingPointRegisters() & fpu_callee_save_mask_;
655 return POPCOUNT(fpu_spill_mask_) * GetFloatingPointSpillSlotSize();
712 uint32_t fpu_spill_mask_; member in class:art::CodeGenerator
    [all...]
code_generator_arm_vixl.cc 2541 GetAssembler()->cfi().RelOffsetForMany(DWARFReg(s0), 0, fpu_spill_mask_, kArmWordSize); local
    [all...]

Completed in 105 milliseconds