Home
last modified time | relevance | path

Searched refs:GetFpuSpillMask (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h254 uint32_t GetFpuSpillMask() const { return fpu_spill_mask_; } in GetFpuSpillMask() function
980 const uint32_t fpu_spill = ~codegen_->GetFpuSpillMask(); in HaveSameLiveRegisters()