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

  /art/compiler/optimizing/
code_generator.h 218 uint32_t GetFpuSpillMask() const { return fpu_spill_mask_; }
227 fpu_spill_mask_ = allocated_registers_.GetFloatingPointRegisters() & fpu_callee_save_mask_;
501 fpu_spill_mask_(0),
538 return POPCOUNT(fpu_spill_mask_) * GetFloatingPointSpillSlotSize();
585 uint32_t fpu_spill_mask_; member in class:art::CodeGenerator
code_generator_arm.cc 921 __ cfi().RelOffsetForMany(DWARFReg(S0), 0, fpu_spill_mask_, kArmWordSize); local
    [all...]
code_generator_arm64.cc     [all...]

Completed in 58 milliseconds