• Home
  • Raw
  • Download

Lines Matching refs:labelList

1107                                      BasicBlock *bb, ArmLIR *labelList,  in genInvokeSingletonCommon()  argument
1117 ArmLIR *retChainingCell = &labelList[bb->fallThrough->id]; in genInvokeSingletonCommon()
1153 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]); in genInvokeSingletonCommon()
1454 BasicBlock *bb, ArmLIR *labelList) in handleFmt10t_Fmt20t_Fmt30t() argument
1474 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]); in handleFmt10t_Fmt20t_Fmt30t()
2125 ArmLIR *labelList) in handleFmt21t() argument
2167 genConditionalBranch(cUnit, cond, &labelList[bb->taken->id]); in handleFmt21t()
2169 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]); in handleFmt21t()
2668 ArmLIR *labelList) in handleFmt22t() argument
2712 genConditionalBranch(cUnit, cond, &labelList[bb->taken->id]); in handleFmt22t()
2714 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]); in handleFmt22t()
3031 ArmLIR *labelList) in genLandingPadForMispredictedCallee() argument
3041 genUnconditionalBranch(cUnit, &labelList[fallThrough->id]); in genLandingPadForMispredictedCallee()
3056 BasicBlock *bb, ArmLIR *labelList) in handleFmt35c_3rc_5rc() argument
3066 retChainingCell = &labelList[bb->fallThrough->id]; in handleFmt35c_3rc_5rc()
3078 ArmLIR *predChainingCell = &labelList[bb->taken->id]; in handleFmt35c_3rc_5rc()
3089 genLandingPadForMispredictedCallee(cUnit, mir, bb, labelList); in handleFmt35c_3rc_5rc()
3131 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel, in handleFmt35c_3rc_5rc()
3153 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel, in handleFmt35c_3rc_5rc()
3183 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel, in handleFmt35c_3rc_5rc()
3262 ArmLIR *predChainingCell = &labelList[bb->taken->id]; in handleFmt35c_3rc_5rc()
3270 genLandingPadForMispredictedCallee(cUnit, mir, bb, labelList); in handleFmt35c_3rc_5rc()
3425 BasicBlock *bb, ArmLIR *labelList) in handleFmt35ms_3rms() argument
3439 ArmLIR *retChainingCell = &labelList[bb->fallThrough->id]; in handleFmt35ms_3rms()
3440 ArmLIR *predChainingCell = &labelList[bb->taken->id]; in handleFmt35ms_3rms()
3448 genLandingPadForMispredictedCallee(cUnit, mir, bb, labelList); in handleFmt35ms_3rms()
3487 genInvokeSingletonCommon(cUnit, mir, bb, labelList, pcrLabel, in handleFmt35ms_3rms()
4253 ArmLIR *labelList = in dvmCompilerMIR2LIR() local
4283 labelList[i].operands[0] = bb->startOffset; in dvmCompilerMIR2LIR()
4294 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[i]); in dvmCompilerMIR2LIR()
4298 labelList[i].opcode = kArmPseudoEntryBlock; in dvmCompilerMIR2LIR()
4303 &labelList[bb->fallThrough->id]); in dvmCompilerMIR2LIR()
4306 labelList[i].opcode = kArmPseudoExitBlock; in dvmCompilerMIR2LIR()
4310 labelList[i].opcode = kArmPseudoNormalBlockLabel; in dvmCompilerMIR2LIR()
4318 labelList[i].opcode = kArmPseudoChainingCellNormal; in dvmCompilerMIR2LIR()
4324 labelList[i].opcode = in dvmCompilerMIR2LIR()
4326 labelList[i].operands[0] = in dvmCompilerMIR2LIR()
4333 labelList[i].opcode = in dvmCompilerMIR2LIR()
4341 labelList[i].operands[0] = labelList[i].operands[1]; in dvmCompilerMIR2LIR()
4347 labelList[i].opcode = in dvmCompilerMIR2LIR()
4355 labelList[i].opcode = in dvmCompilerMIR2LIR()
4358 &labelList[cUnit->puntBlock->id]); in dvmCompilerMIR2LIR()
4361 labelList[i].opcode = kArmPseudoEHBlockLabel; in dvmCompilerMIR2LIR()
4370 labelList[i].opcode = in dvmCompilerMIR2LIR()
4473 mir, bb, labelList); in dvmCompilerMIR2LIR()
4505 labelList); in dvmCompilerMIR2LIR()
4520 labelList); in dvmCompilerMIR2LIR()
4536 labelList); in dvmCompilerMIR2LIR()
4541 labelList); in dvmCompilerMIR2LIR()
4590 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]); in dvmCompilerMIR2LIR()
4606 cUnit->firstChainingLIR[i] = (LIR *) &labelList[blockIdList[0]]; in dvmCompilerMIR2LIR()
4618 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[blockId]); in dvmCompilerMIR2LIR()