Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h207 virtual size_t GetFloatingPointSpillSlotSize() const = 0;
538 return POPCOUNT(fpu_spill_mask_) * GetFloatingPointSpillSlotSize(); in GetFpuSpillSize()
Dcode_generator_mips64.h272 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { return kMips64DoublewordSize; } in GetFloatingPointSpillSlotSize() function
Dcode_generator_mips.h276 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { return kMipsDoublewordSize; } in GetFloatingPointSpillSlotSize() function
Dcode_generator_x86_64.h325 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { in GetFloatingPointSpillSlotSize() function
Dcode_generator_x86.h343 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { in GetFloatingPointSpillSlotSize() function
Dcode_generator_arm.h321 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { in GetFloatingPointSpillSlotSize() function
Dcode_generator_arm64.h364 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { in GetFloatingPointSpillSlotSize() function
Dcode_generator.cc294 + maximum_number_of_live_fpu_registers * GetFloatingPointSpillSlotSize() in InitializeCodeGeneration()
Dcode_generator_x86_64.cc1074 size_t xmm_spill_slot_size = GetFloatingPointSpillSlotSize(); in GenerateFrameEntry()
1092 size_t xmm_spill_slot_size = GetFloatingPointSpillSlotSize(); in GenerateFrameExit()
Dcode_generator_x86.cc753 return GetFloatingPointSpillSlotSize(); in SaveFloatingPointRegister()
758 return GetFloatingPointSpillSlotSize(); in RestoreFloatingPointRegister()