Lines Matching full:pair
75 * Note: the low register of a floating point pair is sufficient to
77 * allow for asserts to verify that the pair is consecutive if significant
79 * code that reg locations always describe doubles as a pair of singles.
97 * Data structure tracking the mapping between a Dalvik register (pair) and a
98 * native register (pair). The idea is to reuse the previously loaded value
105 bool pair; // Part of a register pair?
106 int partner; // If pair, other reg of pair