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

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc1339 bool is_slot1 = loc1.IsStackSlot() || loc1.IsDoubleStackSlot(); local
1365 } else if (is_slot1 != is_slot2) {
1367 Location reg_loc = is_slot1 ? loc2 : loc1;
1368 Location mem_loc = is_slot1 ? loc1 : loc2;
1388 } else if (is_slot1 && is_slot2) {

Completed in 260 milliseconds