Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dint_arm64.cc1554 int combined = fp_count + core_count; in SpillRegsPreIndexed() local
1555 int all_offset = RoundUp(combined, 2); // Needs to be 16B = 2-reg aligned. in SpillRegsPreIndexed()
1589 if (combined % 2 == 0) { in SpillRegsPreIndexed()