Searched refs:fp_spill_count (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/arm/
H A Dcontext_arm.cc48 size_t fp_spill_count = __builtin_popcount(fp_core_spills); local
60 if (fp_spill_count > 0) {
65 fprs_[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, frame_size);
/art/runtime/arch/mips/
H A Dcontext_mips.cc47 size_t fp_spill_count = __builtin_popcount(fp_core_spills); local
59 if (fp_spill_count > 0) {
64 fprs_[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, frame_size);

Completed in 79 milliseconds