Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dint_arm64.cc1746 const int num_fp_spills = POPCOUNT(fp_reg_mask); in UnspillRegs() local
1755 early_drop = frame_size - kArm64PointerSize * (num_fp_spills + num_core_spills); in UnspillRegs()
1769 int offset = frame_size - early_drop - kArm64PointerSize * (num_fp_spills + num_core_spills); in UnspillRegs()