Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h160 virtual size_t GetFloatingPointSpillSlotSize() const = 0;
386 return POPCOUNT(fpu_spill_mask_) * GetFloatingPointSpillSlotSize(); in GetFpuSpillSize()
Dcode_generator_arm.h222 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { in GetFloatingPointSpillSlotSize() function
Dcode_generator_mips64.h221 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { return kMips64WordSize; } in GetFloatingPointSpillSlotSize() function
Dcode_generator_x86.h215 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { in GetFloatingPointSpillSlotSize() function
Dcode_generator_x86_64.h216 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { in GetFloatingPointSpillSlotSize() function
Dcode_generator_arm64.h254 size_t GetFloatingPointSpillSlotSize() const OVERRIDE { in GetFloatingPointSpillSlotSize() function
Dcode_generator.cc255 + maximum_number_of_live_fp_registers * GetFloatingPointSpillSlotSize() in InitializeCodeGeneration()
Dcode_generator_x86.cc362 return GetFloatingPointSpillSlotSize(); in SaveFloatingPointRegister()
367 return GetFloatingPointSpillSlotSize(); in RestoreFloatingPointRegister()
Dcode_generator_x86_64.cc539 size_t xmm_spill_slot_size = GetFloatingPointSpillSlotSize(); in GenerateFrameEntry()
556 size_t xmm_spill_slot_size = GetFloatingPointSpillSlotSize(); in GenerateFrameExit()