• Home
  • Raw
  • Download

Lines Matching refs:labelList

1162                                      BasicBlock *bb, MipsLIR *labelList,  in genInvokeSingletonCommon()  argument
1172 MipsLIR *retChainingCell = &labelList[bb->fallThrough->id]; in genInvokeSingletonCommon()
1204 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]); in genInvokeSingletonCommon()
1527 BasicBlock *bb, MipsLIR *labelList) in handleFmt10t_Fmt20t_Fmt30t() argument
1547 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]); in handleFmt10t_Fmt20t_Fmt30t()
2155 MipsLIR *labelList) in handleFmt21t() argument
2195 genConditionalBranchMips(cUnit, opc, rlSrc.lowReg, rt, &labelList[bb->taken->id]); in handleFmt21t()
2197 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]); in handleFmt21t()
2662 MipsLIR *labelList) in handleFmt22t() argument
2725 genConditionalBranchMips(cUnit, opc, reg1, reg2, &labelList[bb->taken->id]); in handleFmt22t()
2727 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]); in handleFmt22t()
3059 MipsLIR *labelList) argument
3069 genUnconditionalBranch(cUnit, &labelList[fallThrough->id]);
3084 BasicBlock *bb, MipsLIR *labelList) argument
3094 retChainingCell = &labelList[bb->fallThrough->id];
3105 MipsLIR *predChainingCell = &labelList[bb->taken->id];
3116 genLandingPadForMispredictedCallee(cUnit, mir, bb, labelList);
3157 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel,
3178 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel,
3207 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel,
3316 MipsLIR *predChainingCell = &labelList[bb->taken->id];
3324 genLandingPadForMispredictedCallee(cUnit, mir, bb, labelList);
3486 BasicBlock *bb, MipsLIR *labelList) argument
3500 MipsLIR *retChainingCell = &labelList[bb->fallThrough->id];
3501 MipsLIR *predChainingCell = &labelList[bb->taken->id];
3509 genLandingPadForMispredictedCallee(cUnit, mir, bb, labelList);
3547 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel,
4310 MipsLIR *labelList = local
4340 labelList[i].operands[0] = bb->startOffset;
4351 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[i]);
4355 labelList[i].opcode = kMipsPseudoEntryBlock;
4360 &labelList[bb->fallThrough->id]);
4363 labelList[i].opcode = kMipsPseudoExitBlock;
4367 labelList[i].opcode = kMipsPseudoNormalBlockLabel;
4375 labelList[i].opcode = kMipsPseudoChainingCellNormal;
4381 labelList[i].opcode =
4383 labelList[i].operands[0] =
4390 labelList[i].opcode =
4398 labelList[i].operands[0] = labelList[i].operands[1];
4404 labelList[i].opcode =
4412 labelList[i].opcode =
4415 &labelList[cUnit->puntBlock->id]);
4418 labelList[i].opcode = kMipsPseudoEHBlockLabel;
4427 labelList[i].opcode =
4518 mir, bb, labelList);
4548 labelList);
4562 labelList);
4577 labelList);
4582 labelList);
4631 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]);
4647 cUnit->firstChainingLIR[i] = (LIR *) &labelList[blockIdList[0]];
4659 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[blockId]);