Home | History | Annotate | Download | only in compiler

Lines Matching refs:ENCODE_REG_SUB

1174     int newD2SMapping = ENCODE_REG_SUB(ssaReg, dalvikSub);
1178 int newS2DMapping = ENCODE_REG_SUB(dalvikReg, dalvikSub);
1601 * the subscript is 0 so we use the ENCODE_REG_SUB macro to encode the value
1605 dvmInsertGrowableList(cUnit->ssaToDalvikMap, ENCODE_REG_SUB(i, 0));