Lines Matching defs:labelList

631                                      unsigned int offset, int blockId, LowOpBlockLabel* labelList)
653 unsigned int offset, int blockId, LowOpBlockLabel* labelList)
672 unsigned int offset, int blockId, LowOpBlockLabel* labelList)
691 const Method *callee, int blockId, LowOpBlockLabel* labelList)
1044 LowOpBlockLabel *labelList =
1085 labelList[i].lop.generic.offset = -1;
1093 startOfTrace(cUnit->method, labelList, cUnit->exceptionBlockId, cUnit);
1119 labelList[i].immOpnd.value = bb->startOffset;
1126 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[i]);
1130 labelList[i].lop.opCode2 = ATOM_PSEUDO_ENTRY_BLOCK;
1135 //&labelList[blockList[i]->fallThrough->id]);
1138 labelList[i].lop.opCode2 = ATOM_PSEUDO_EXIT_BLOCK;
1139 labelList[i].lop.generic.offset = (stream - streamMethodStart);
1143 labelList[i].lop.opCode2 = ATOM_PSEUDO_NORMAL_BLOCK_LABEL;
1151 labelList[i].lop.opCode2 = ATOM_PSEUDO_CHAINING_CELL_NORMAL;
1157 labelList[i].lop.opCode2 =
1159 labelList[i].immOpnd.value =
1166 labelList[i].lop.opCode2 =
1175 //labelList[i].operands[0] = labelList[i].operands[1];
1182 labelList[i].lop.opCode2 =
1190 labelList[i].lop.opCode2 =
1193 labelList[i].lop.generic.offset = (stream - streamMethodStart);
1195 &labelList[cUnit->puntBlock->id]);
1198 labelList[i].lop.opCode2 = ATOM_PSEUDO_EH_BLOCK_LABEL;
1199 labelList[i].lop.generic.offset = (stream - streamMethodStart);
1207 labelList[i].lop.opCode2 = ATOM_PSEUDO_CHAINING_CELL_BACKWARD_BRANCH;
1223 labelList[i].lop.generic.offset = (stream - streamMethodStart);
1328 cUnit->firstChainingLIR[i] = (LIR *) &labelList[blockIdList[0]];
1335 labelList[blockId].lop.generic.offset = (stream - streamMethodStart);
1342 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[blockId]);
1348 chainingBlock->startOffset, blockId, labelList);
1352 chainingBlock->containingMethod, blockId, labelList);
1359 chainingBlock->startOffset, blockId, labelList);
1363 chainingBlock->startOffset, blockId, labelList);