Searched defs:targetLIR (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/mips/
H A DGlobalOptimizations.cpp119 MipsLIR *targetLIR = (MipsLIR *) nextLIR->generic.target; local
120 if (targetLIR->opcode != kMipsPseudoEHBlockLabel &&
121 targetLIR->opcode != kMipsPseudoChainingCellHot &&
122 targetLIR->opcode != kMipsPseudoChainingCellNormal &&
123 targetLIR->opcode != kMipsPseudoChainingCellInvokePredicted &&
124 targetLIR->opcode != kMipsPseudoChainingCellInvokeSingleton &&
125 targetLIR->opcode != kMipsPseudoPCReconstructionBlockLabel &&
126 targetLIR->opcode != kMipsPseudoPCReconstructionCell) {
310 MipsLIR *targetLIR; local
311 for (targetLIR
328 MipsLIR *targetLIR; local
[all...]
H A DAssemble.cpp453 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target; local
455 intptr_t target = targetLIR->generic.offset;
467 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target; local
469 intptr_t target = targetLIR->generic.offset;
481 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target; local
483 intptr_t target = targetLIR->generic.offset;
505 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target; local
506 intptr_t target = startAddr + targetLIR->generic.offset;
509 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target; local
510 intptr_t target = startAddr + targetLIR
[all...]
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp987 ArmLIR *targetLIR = (ArmLIR *) lir->generic.target; local
989 intptr_t target = targetLIR->generic.offset;
1020 ArmLIR *targetLIR = (ArmLIR *) lir->generic.target; local
1022 intptr_t target = targetLIR->generic.offset;
1034 ArmLIR *targetLIR = (ArmLIR *) lir->generic.target; local
1036 intptr_t target = targetLIR->generic.offset;

Completed in 118 milliseconds