HomeSort by relevance Sort by last modified time
    Searched refs:targetLIR (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/codegen/mips/
GlobalOptimizations.cpp 119 MipsLIR *targetLIR = (MipsLIR *) nextLIR->generic.target;
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;
311 for (targetLIR = (MipsLIR *) branchLIR->generic.target
    [all...]
Assemble.cpp 453 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target;
455 intptr_t target = targetLIR->generic.offset;
467 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target;
469 intptr_t target = targetLIR->generic.offset;
481 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target;
483 intptr_t target = targetLIR->generic.offset;
505 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target;
506 intptr_t target = startAddr + targetLIR->generic.offset;
509 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target;
510 intptr_t target = startAddr + targetLIR->generic.offset
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]

Completed in 714 milliseconds