Home
last modified time | relevance | path

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

/art/runtime/arch/mips/
Dcontext_mips.cc47 size_t fp_spill_count = POPCOUNT(frame_info.FpSpillMask()); in FillCalleeSaves() local
58 if (fp_spill_count > 0) { in FillCalleeSaves()
63 fprs_[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, in FillCalleeSaves()
/art/runtime/arch/arm/
Dcontext_arm.cc48 size_t fp_spill_count = POPCOUNT(frame_info.FpSpillMask()); in FillCalleeSaves() local
59 if (fp_spill_count > 0) { in FillCalleeSaves()
64 fprs_[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, in FillCalleeSaves()
/art/runtime/arch/x86_64/
Dcontext_x86_64.cc46 size_t fp_spill_count = POPCOUNT(frame_info.FpSpillMask()); in FillCalleeSaves() local
57 if (fp_spill_count > 0) { in FillCalleeSaves()
63 fr.CalleeSaveAddress(spill_count + fp_spill_count - j, frame_info.FrameSizeInBytes())); in FillCalleeSaves()
/art/runtime/arch/arm64/
Dcontext_arm64.cc51 size_t fp_spill_count = POPCOUNT(frame_info.FpSpillMask()); in FillCalleeSaves() local
63 if (fp_spill_count > 0) { in FillCalleeSaves()
68 fprs_[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, in FillCalleeSaves()