Lines Matching refs:LIR
42 branchOver->generic.target = (LIR *)target; in markCard()
272 static void selfVerificationBranchInsert(LIR *currentLIR, Mipsopcode opcode, in selfVerificationBranchInsert()
281 dvmCompilerInsertLIRBefore(currentLIR, (LIR *) insn); in selfVerificationBranchInsert()
332 selfVerificationBranchInsert((LIR *) thisLIR, kThumbBlx1, in selfVerificationBranchInsertPass()
335 selfVerificationBranchInsert((LIR *) thisLIR, kThumbBlx2, in selfVerificationBranchInsertPass()
354 branch->generic.target = (LIR *) target; in genConditionalBranchMips()
679 branchOver->generic.target = (LIR *) target; in genArrayObjectPut()
1004 branch->generic.target = (LIR *) target; in genUnconditionalBranch()
1027 branch->generic.target = (LIR *) pcrLabel; in genReturnCommon()
1177 addrRetChain->generic.target = (LIR *) retChainingCell; in genInvokeSingletonCommon()
1179 addrRetChain->generic.target = (LIR *) retChainingCell; in genInvokeSingletonCommon()
1269 addrRetChain->generic.target = (LIR *) retChainingCell; in genInvokeVirtualCommon()
1271 addrRetChain->generic.target = (LIR *) retChainingCell; in genInvokeVirtualCommon()
1275 predictedChainingCell->generic.target = (LIR *) predChainingCell; in genInvokeVirtualCommon()
1277 predictedChainingCell->generic.target = (LIR *) predChainingCell; in genInvokeVirtualCommon()
1338 addrRetChain->generic.target = (LIR *) retChainingCell; in genInvokeVirtualCommon()
1339 bypassRechaining->generic.target = (LIR *) addrRetChain; in genInvokeVirtualCommon()
1341 addrRetChain->generic.target = (LIR *) retChainingCell; in genInvokeVirtualCommon()
1387 classCheck->generic.target = (LIR *) slowPathLabel; in genInvokeVirtualWholeMethod()
1499 branchOver->generic.target = (LIR *) target; in genMonitorPortable()
1893 branchOver->generic.target = (LIR *) target; in handleFmt21c_Fmt31c()
1948 branch1->generic.target = (LIR *)target; in handleFmt21c_Fmt31c()
1949 branch2->generic.target = (LIR *)target; in handleFmt21c_Fmt31c()
2543 branchOver->generic.target = (LIR *) target; in handleFmt22c()
2590 branch1->generic.target = (LIR *)target; in handleFmt22c()
2591 branch2->generic.target = (LIR *)target; in handleFmt22c()
3013 branchOver->generic.target = (LIR *) target;
3080 mir->meta.callsiteInfo->misPredBranchOver->target = (LIR *) target;
3340 addrRetChain->generic.target = (LIR *) retChainingCell;
3342 addrRetChain->generic.target = (LIR *) retChainingCell;
3347 predictedChainingCell->generic.target = (LIR *) predChainingCell;
3349 predictedChainingCell->generic.target = (LIR *) predChainingCell;
3422 branchOver->generic.target = (LIR *) target;
3450 addrRetChain->generic.target = (LIR *) retChainingCell;
3451 bypassRechaining->generic.target = (LIR *) addrRetChain;
3453 addrRetChain->generic.target = (LIR *) retChainingCell;
3770 branchOver->generic.target = (LIR *) target;
3956 dvmCompilerAppendLIR(cUnit, (LIR *) pcrLabel[i]);
4199 …callsiteInfo->misPredBranchOver = (LIR *) opCompareBranch(cUnit, kMipsBne, regPredictedClass, regA…
4268 branchToBody->generic.target = (LIR *) bodyLabel;
4270 cUnit->loopAnalysis->branchToBody = (LIR *) branchToBody;
4274 branchToPCR->generic.target = (LIR *) pcrLabel;
4276 cUnit->loopAnalysis->branchToPCR = (LIR *) branchToPCR;
4351 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[i]);
4609 (LIR *) cUnit->loopAnalysis->branchToBody);
4611 (LIR *) cUnit->loopAnalysis->branchToPCR);
4619 dvmCompilerApplyLocalOptimizations(cUnit, (LIR *) headLIR,
4647 cUnit->firstChainingLIR[i] = (LIR *) &labelList[blockIdList[0]];
4659 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[blockId]);
4688 cUnit->chainingCellBottom = (LIR *) newLIR0(cUnit, kMipsChainingCellBottom);