Lines Matching defs:it
58 // Add the table to the list - we'll process it later
90 LIR* it = OpIT(kCondEq, "");
92 OpEndIT(it);
103 // Add the table to the list - we'll process it later
193 // Explicit null-check as slow-path is entered using an IT.
207 LIR* it = OpIT(kCondEq, "");
210 OpEndIT(it);
212 it = OpIT(kCondNe, "T");
218 OpEndIT(it);
282 // Explicit null-check as slow-path is entered using an IT.
300 LIR* it = OpIT(kCondEq, "EE");
302 UpdateIT(it, "TEE");
310 OpEndIT(it);
314 LIR* it = OpIT(kCondEq, "");
316 UpdateIT(it, "T");
320 OpEndIT(it);
321 // Since we know r2 wasn't zero before the above it instruction,
372 * mechanism know so it doesn't try to use any of them when
403 // we need to make sure that it's loadable in an immediate field of
481 // Need to restore LR since we used it as a temp.
515 // if it's used at least twice. Without investigating where we should lazily
516 // load the reference, we conveniently load it after flushing inputs.
608 // Pop the frame. (ArtMethod* no longer needed but restore it anyway.)