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

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc802 bool is_slot1 = loc1.IsStackSlot() || loc1.IsDoubleStackSlot(); local
828 } else if (is_slot1 != is_slot2) {
830 Location reg_loc = is_slot1 ? loc2 : loc1;
831 Location mem_loc = is_slot1 ? loc1 : loc2;
851 } else if (is_slot1 && is_slot2) {

Completed in 13 milliseconds