Searched refs:core_registers (Results 1 – 1 of 1) sorted by relevance
310 uint32_t GetSlowPathSpills(LocationSummary* locations, bool core_registers) const { in GetSlowPathSpills() argument314 uint32_t live_registers = core_registers in GetSlowPathSpills()319 uint32_t caller_saves = core_registers in GetSlowPathSpills()325 uint32_t callee_saves = core_registers ? core_callee_save_mask_ : fpu_callee_save_mask_; in GetSlowPathSpills()330 size_t GetNumberOfSlowPathSpills(LocationSummary* locations, bool core_registers) const { in GetNumberOfSlowPathSpills() argument331 return POPCOUNT(GetSlowPathSpills(locations, core_registers)); in GetNumberOfSlowPathSpills()