Searched defs:num_fp_spills (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc1654 const int num_fp_spills = POPCOUNT(fp_reg_mask); local
1661 // TODO: Always use the first formula, as num_fp_spills would be zero?
1663 early_drop = frame_size - kArm64PointerSize * (num_fp_spills + num_core_spills);
1676 int offset = frame_size - early_drop - kArm64PointerSize * (num_fp_spills + num_core_spills);

Completed in 22 milliseconds