Searched refs:labelList (Results 1 - 8 of 8) sorted by relevance

/dalvik/vm/compiler/codegen/arm/armv7-a-neon/
H A DMethodCodegenDriver.cpp109 BasicBlock *bb, ArmLIR *labelList)
119 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]);
140 ArmLIR *labelList)
178 ArmLIR *labelList)
180 return handleFmt21t(cUnit, mir, bb, labelList);
199 ArmLIR *labelList)
201 return handleFmt22t(cUnit, mir, bb, labelList);
220 BasicBlock *bb, ArmLIR *labelList)
222 return handleFmt35c_3rc(cUnit, mir, bb, labelList);
226 BasicBlock *bb, ArmLIR *labelList)
[all...]
/dalvik/vm/compiler/codegen/x86/
H A DCodegenInterface.cpp640 unsigned int offset, int blockId, LowOpBlockLabel* labelList)
662 unsigned int offset, int blockId, LowOpBlockLabel* labelList)
681 unsigned int offset, int blockId, LowOpBlockLabel* labelList)
700 const Method *callee, int blockId, LowOpBlockLabel* labelList)
1059 LowOpBlockLabel *labelList = local
1100 labelList[i].lop.generic.offset = -1;
1108 startOfTrace(cUnit->method, labelList, cUnit->exceptionBlockId, cUnit);
1134 labelList[i].immOpnd.value = bb->startOffset;
1141 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[i]);
1145 labelList[
639 handleNormalChainingCell(CompilationUnit *cUnit, unsigned int offset, int blockId, LowOpBlockLabel* labelList) argument
661 handleHotChainingCell(CompilationUnit *cUnit, unsigned int offset, int blockId, LowOpBlockLabel* labelList) argument
680 handleBackwardBranchChainingCell(CompilationUnit *cUnit, unsigned int offset, int blockId, LowOpBlockLabel* labelList) argument
699 handleInvokeSingletonChainingCell(CompilationUnit *cUnit, const Method *callee, int blockId, LowOpBlockLabel* labelList) argument
[all...]
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 DLower.h1209 void startOfTrace(const Method* method, LowOpBlockLabel* labelList, int, CompilationUnit*);
1218 void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, CompilationUnit *cUnit);
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)
2141 branch->generic.target = (LIR*)&labelList[bb->taken->id];
2143 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]);
2597 ArmLIR *labelList)
2641 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
2596 handleFmt22t(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList) argument
2958 genLandingPadForMispredictedCallee(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList) argument
2984 handleFmt35c_3rc(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList) argument
3346 handleFmt35ms_3rms(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, ArmLIR *labelList) argument
4182 ArmLIR *labelList = local
[all...]
/dalvik/dx/src/com/android/dx/ssa/
H A DSsaMethod.java132 * @param labelList list of rop block labels
136 IntList labelList) {
139 for (int i = 0, sz = labelList.size(); i < sz; i++) {
140 result.set(blocks.indexOfLabel(labelList.get(i)));
151 * @param labelList list of rop block labels
155 IntList labelList) {
157 IntList result = new IntList(labelList.size());
159 for (int i = 0, sz = labelList.size(); i < sz; i++) {
160 result.add(ropBlocks.indexOfLabel(labelList.get(i)));
135 bitSetFromLabelList(BasicBlockList blocks, IntList labelList) argument
154 indexListFromLabelList(BasicBlockList ropBlocks, IntList labelList) argument
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp1162 BasicBlock *bb, MipsLIR *labelList,
1172 MipsLIR *retChainingCell = &labelList[bb->fallThrough->id];
1204 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]);
1527 BasicBlock *bb, MipsLIR *labelList)
1547 genUnconditionalBranch(cUnit, &labelList[bb->taken->id]);
2155 MipsLIR *labelList)
2195 genConditionalBranchMips(cUnit, opc, rlSrc.lowReg, rt, &labelList[bb->taken->id]);
2197 genUnconditionalBranch(cUnit, &labelList[bb->fallThrough->id]);
2662 MipsLIR *labelList)
2725 genConditionalBranchMips(cUnit, opc, reg1, reg2, &labelList[b
1161 genInvokeSingletonCommon(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList, MipsLIR *pcrLabel, const Method *calleeMethod) argument
1526 handleFmt10t_Fmt20t_Fmt30t(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
2154 handleFmt21t(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
2661 handleFmt22t(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
3057 genLandingPadForMispredictedCallee(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
3083 handleFmt35c_3rc(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
3485 handleFmt35ms_3rms(CompilationUnit *cUnit, MIR *mir, BasicBlock *bb, MipsLIR *labelList) argument
4310 MipsLIR *labelList = local
[all...]

Completed in 976 milliseconds