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

/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp1170 * 0x426a99ae : add r2, pc, #40 --> r2 <- &predictedChainingCell
1214 /* r2 = &predictedChainingCell */
1215 ArmLIR *predictedChainingCell = opRegRegImm(cUnit, kOpAdd, r2, r15pc, 0); local
1216 predictedChainingCell->generic.target = (LIR *) predChainingCell;
1264 * r2 = &predictedChainingCell
3133 * 0x47357e46 : add r2, pc, #72 --> r2 <- &predictedChainingCell
3218 /* r2 = &predictedChainingCell */
3219 ArmLIR *predictedChainingCell = local
3221 predictedChainingCell->generic.target = (LIR *) predChainingCell;
3308 * r2 = &predictedChainingCell
[all...]
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp1210 * 0x2f1304d4 : lahi/lui a2,0x2f13(12051) # a2 <- &predictedChainingCell
1265 /* r_A2 = &predictedChainingCell */
1266 MipsLIR *predictedChainingCell = newLIR2(cUnit, kMipsLahi, r_A2, 0); local
1267 predictedChainingCell->generic.target = (LIR *) predChainingCell;
1268 predictedChainingCell = newLIR3(cUnit, kMipsLalo, r_A2, r_A2, 0);
1269 predictedChainingCell->generic.target = (LIR *) predChainingCell;
1317 * r_A2 = &predictedChainingCell
3225 * 0x2f140c7c : lahi/lui a2,0x2f14(12052) # a2 <- &predictedChainingCell
3337 /* r_A2 = &predictedChainingCell */
3338 MipsLIR *predictedChainingCell local
[all...]

Completed in 586 milliseconds