Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dint_arm64.cc1519 int core_count = POPCOUNT(core_reg_mask); in SpillRegsPreSub() local
1524 int spill_offset = frame_size - (core_count + fp_count) * kArm64PointerSize; in SpillRegsPreSub()
1530 int spill_offset = frame_size - (core_count * kArm64PointerSize); in SpillRegsPreSub()
1551 int core_count = POPCOUNT(core_reg_mask); in SpillRegsPreIndexed() local
1554 int combined = fp_count + core_count; in SpillRegsPreIndexed()
1572 if (core_count % 2 == 0) { in SpillRegsPreIndexed()
1610 if (core_count % 2 == 1) { in SpillRegsPreIndexed()
1650 if (core_count % 2 == 1) { in SpillRegsPreIndexed()