Searched defs:labelList (Results 1 - 6 of 6) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
H A DSsaMethod.java133 * @param labelList list of rop block labels
137 IntList labelList) {
140 for (int i = 0, sz = labelList.size(); i < sz; i++) {
141 result.set(blocks.indexOfLabel(labelList.get(i)));
152 * @param labelList list of rop block labels
156 IntList labelList) {
158 IntList result = new IntList(labelList.size());
160 for (int i = 0, sz = labelList.size(); i < sz; i++) {
161 result.add(ropBlocks.indexOfLabel(labelList.get(i)));
136 bitSetFromLabelList(BasicBlockList blocks, IntList labelList) argument
155 indexListFromLabelList(BasicBlockList ropBlocks, IntList labelList) argument
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp431 void startOfTrace(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, argument
449 traceLabelList = labelList;
451 startOfTraceO1(method, labelList, exceptionBlockId, cUnit);
H A DCodegenInterface.cpp631 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 = local
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[
630 handleNormalChainingCell(CompilationUnit *cUnit, unsigned int offset, int blockId, LowOpBlockLabel* labelList) argument
652 handleHotChainingCell(CompilationUnit *cUnit, unsigned int offset, int blockId, LowOpBlockLabel* labelList) argument
671 handleBackwardBranchChainingCell(CompilationUnit *cUnit, unsigned int offset, int blockId, LowOpBlockLabel* labelList) argument
690 handleInvokeSingletonChainingCell(CompilationUnit *cUnit, const Method *callee, int blockId, LowOpBlockLabel* labelList) argument
[all...]
H A DAnalysisO1.cpp589 void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, CompilationUnit *cUnit) { argument
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp1112 BasicBlock *bb, ArmLIR *labelList,
1122 ArmLIR *retChainingCell = &labelList[bb->fallThrough->id];
1158 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]);
1459 BasicBlock *bb, ArmLIR *labelList)
1479 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]);
2101 ArmLIR *labelList)
2143 genConditionalBranch(cUnit, cond, &labelList[bb->taken->id]);
2145 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]);
2602 ArmLIR *labelList)
2646 genConditionalBranch(cUnit, cond, &labelList[b
1111 genInvokeSingletonCommon(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList, ArmLIR *pcrLabel, const Method *calleeMethod) argument
1458 handleFmt10t_Fmt20t_Fmt30t(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList) argument
2100 handleFmt21t(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList) argument
2601 handleFmt22t(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList) argument
2963 genLandingPadForMispredictedCallee(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList) argument
2989 handleFmt35c_3rc(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList) argument
3351 handleFmt35ms_3rms(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList) argument
4187 ArmLIR *labelList = local
[all...]
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp1154 BasicBlock *bb, MipsLIR *labelList,
1164 MipsLIR *retChainingCell = &labelList[bb->fallThrough->id];
1196 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]);
1519 BasicBlock *bb, MipsLIR *labelList)
1539 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]);
2147 MipsLIR *labelList)
2187 genConditionalBranchMips(cUnit, opc, rlSrc.lowReg, rt, &labelList[bb->taken->id]);
2189 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]);
2654 MipsLIR *labelList)
2717 genConditionalBranchMips(cUnit, opc, reg1, reg2, &labelList[b
1153 genInvokeSingletonCommon(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList, MipsLIR *pcrLabel, const Method *calleeMethod) argument
1518 handleFmt10t_Fmt20t_Fmt30t(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
2146 handleFmt21t(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
2653 handleFmt22t(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
3049 genLandingPadForMispredictedCallee(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
3075 handleFmt35c_3rc(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
3477 handleFmt35ms_3rms(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
4302 MipsLIR *labelList = local
[all...]

Completed in 408 milliseconds