Lines Matching refs:labelList
1112 BasicBlock *bb, ArmLIR *labelList, in genInvokeSingletonCommon() argument
1122 ArmLIR *retChainingCell = &labelList[bb->fallThrough->id]; in genInvokeSingletonCommon()
1158 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]); in genInvokeSingletonCommon()
1459 BasicBlock *bb, ArmLIR *labelList) in handleFmt10t_Fmt20t_Fmt30t() argument
1479 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]); in handleFmt10t_Fmt20t_Fmt30t()
2101 ArmLIR *labelList) in handleFmt21t() argument
2141 branch->generic.target = (LIR*)&labelList[bb->taken->id]; in handleFmt21t()
2143 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]); in handleFmt21t()
2597 ArmLIR *labelList) in handleFmt22t() argument
2641 genConditionalBranch(cUnit, cond, &labelList[bb->taken->id]); in handleFmt22t()
2643 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]); in handleFmt22t()
2960 ArmLIR *labelList) in genLandingPadForMispredictedCallee() argument
2970 genUnconditionalBranch(cUnit, &labelList[fallThrough->id]); in genLandingPadForMispredictedCallee()
2985 BasicBlock *bb, ArmLIR *labelList) in handleFmt35c_3rc() argument
2995 retChainingCell = &labelList[bb->fallThrough->id]; in handleFmt35c_3rc()
3006 ArmLIR *predChainingCell = &labelList[bb->taken->id]; in handleFmt35c_3rc()
3017 genLandingPadForMispredictedCallee(cUnit, mir, bb, labelList); in handleFmt35c_3rc()
3058 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel, in handleFmt35c_3rc()
3079 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel, in handleFmt35c_3rc()
3108 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel, in handleFmt35c_3rc()
3186 ArmLIR *predChainingCell = &labelList[bb->taken->id]; in handleFmt35c_3rc()
3194 genLandingPadForMispredictedCallee(cUnit, mir, bb, labelList); in handleFmt35c_3rc()
3347 BasicBlock *bb, ArmLIR *labelList) in handleFmt35ms_3rms() argument
3361 ArmLIR *retChainingCell = &labelList[bb->fallThrough->id]; in handleFmt35ms_3rms()
3362 ArmLIR *predChainingCell = &labelList[bb->taken->id]; in handleFmt35ms_3rms()
3370 genLandingPadForMispredictedCallee(cUnit, mir, bb, labelList); in handleFmt35ms_3rms()
3409 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel, in handleFmt35ms_3rms()
4182 ArmLIR *labelList = in dvmCompilerMIR2LIR() local
4212 labelList[i].operands[0] = bb->startOffset; in dvmCompilerMIR2LIR()
4223 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[i]); in dvmCompilerMIR2LIR()
4227 labelList[i].opcode = kArmPseudoEntryBlock; in dvmCompilerMIR2LIR()
4232 &labelList[bb->fallThrough->id]); in dvmCompilerMIR2LIR()
4235 labelList[i].opcode = kArmPseudoExitBlock; in dvmCompilerMIR2LIR()
4239 labelList[i].opcode = kArmPseudoNormalBlockLabel; in dvmCompilerMIR2LIR()
4247 labelList[i].opcode = kArmPseudoChainingCellNormal; in dvmCompilerMIR2LIR()
4253 labelList[i].opcode = in dvmCompilerMIR2LIR()
4255 labelList[i].operands[0] = in dvmCompilerMIR2LIR()
4262 labelList[i].opcode = in dvmCompilerMIR2LIR()
4270 labelList[i].operands[0] = labelList[i].operands[1]; in dvmCompilerMIR2LIR()
4276 labelList[i].opcode = in dvmCompilerMIR2LIR()
4284 labelList[i].opcode = in dvmCompilerMIR2LIR()
4287 &labelList[cUnit->puntBlock->id]); in dvmCompilerMIR2LIR()
4290 labelList[i].opcode = kArmPseudoEHBlockLabel; in dvmCompilerMIR2LIR()
4299 labelList[i].opcode = in dvmCompilerMIR2LIR()
4402 mir, bb, labelList); in dvmCompilerMIR2LIR()
4432 labelList); in dvmCompilerMIR2LIR()
4446 labelList); in dvmCompilerMIR2LIR()
4461 labelList); in dvmCompilerMIR2LIR()
4466 labelList); in dvmCompilerMIR2LIR()
4515 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]); in dvmCompilerMIR2LIR()
4531 cUnit->firstChainingLIR[i] = (LIR *) &labelList[blockIdList[0]]; in dvmCompilerMIR2LIR()
4543 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[blockId]); in dvmCompilerMIR2LIR()