Lines Matching refs:labelList
640 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleNormalChainingCell() argument
662 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleHotChainingCell() argument
681 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleBackwardBranchChainingCell() argument
700 … const Method *callee, int blockId, LowOpBlockLabel* labelList) in handleInvokeSingletonChainingCell() argument
1059 LowOpBlockLabel *labelList = in dvmCompilerMIR2LIR() local
1100 labelList[i].lop.generic.offset = -1; in dvmCompilerMIR2LIR()
1108 startOfTrace(cUnit->method, labelList, cUnit->exceptionBlockId, cUnit); in dvmCompilerMIR2LIR()
1134 labelList[i].immOpnd.value = bb->startOffset; in dvmCompilerMIR2LIR()
1141 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[i]); in dvmCompilerMIR2LIR()
1145 labelList[i].lop.opCode2 = ATOM_PSEUDO_ENTRY_BLOCK; in dvmCompilerMIR2LIR()
1153 labelList[i].lop.opCode2 = ATOM_PSEUDO_EXIT_BLOCK; in dvmCompilerMIR2LIR()
1154 labelList[i].lop.generic.offset = (stream - streamMethodStart); in dvmCompilerMIR2LIR()
1158 labelList[i].lop.opCode2 = ATOM_PSEUDO_NORMAL_BLOCK_LABEL; in dvmCompilerMIR2LIR()
1166 labelList[i].lop.opCode2 = ATOM_PSEUDO_CHAINING_CELL_NORMAL; in dvmCompilerMIR2LIR()
1172 labelList[i].lop.opCode2 = in dvmCompilerMIR2LIR()
1174 labelList[i].immOpnd.value = in dvmCompilerMIR2LIR()
1181 labelList[i].lop.opCode2 = in dvmCompilerMIR2LIR()
1197 labelList[i].lop.opCode2 = in dvmCompilerMIR2LIR()
1205 labelList[i].lop.opCode2 = in dvmCompilerMIR2LIR()
1208 labelList[i].lop.generic.offset = (stream - streamMethodStart); in dvmCompilerMIR2LIR()
1210 &labelList[cUnit->puntBlock->id]); in dvmCompilerMIR2LIR()
1213 labelList[i].lop.opCode2 = ATOM_PSEUDO_EH_BLOCK_LABEL; in dvmCompilerMIR2LIR()
1214 labelList[i].lop.generic.offset = (stream - streamMethodStart); in dvmCompilerMIR2LIR()
1222 labelList[i].lop.opCode2 = ATOM_PSEUDO_CHAINING_CELL_BACKWARD_BRANCH; in dvmCompilerMIR2LIR()
1238 labelList[i].lop.generic.offset = (stream - streamMethodStart); in dvmCompilerMIR2LIR()
1342 cUnit->firstChainingLIR[i] = (LIR *) &labelList[blockIdList[0]]; in dvmCompilerMIR2LIR()
1349 labelList[blockId].lop.generic.offset = (stream - streamMethodStart); in dvmCompilerMIR2LIR()
1356 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[blockId]); in dvmCompilerMIR2LIR()
1362 chainingBlock->startOffset, blockId, labelList); in dvmCompilerMIR2LIR()
1366 chainingBlock->containingMethod, blockId, labelList); in dvmCompilerMIR2LIR()
1373 chainingBlock->startOffset, blockId, labelList); in dvmCompilerMIR2LIR()
1377 chainingBlock->startOffset, blockId, labelList); in dvmCompilerMIR2LIR()