Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc1394 bool is_slot1 = loc1.IsStackSlot() || loc1.IsDoubleStackSlot(); in SwapLocations() local
1428 } else if (is_slot1 != is_slot2) { in SwapLocations()
1430 Location reg_loc = is_slot1 ? loc2 : loc1; in SwapLocations()
1431 Location mem_loc = is_slot1 ? loc1 : loc2; in SwapLocations()
1451 } else if (is_slot1 && is_slot2) { in SwapLocations()