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

  /dalvik/vm/compiler/
Frontend.c 635 BasicBlock *newBB;
639 newBB = dvmCompilerNewBB(kChainingCellInvokeSingleton);
640 newBB->startOffset = 0;
641 newBB->containingMethod = callee;
644 newBB = dvmCompilerNewBB(kChainingCellInvokePredicted);
645 newBB->startOffset = 0;
650 newBB = dvmCompilerNewBB(flags & kInstrUnconditional ?
653 newBB->startOffset = targetOffset;
658 newBB = dvmCompilerNewBB(kChainingCellBackwardBranch);
660 newBB = dvmCompilerNewBB(flags & kInstrUnconditional
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 177 BasicBlock newBB = new BasicBlock(block.getLabel(),
180 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB);
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 769 milliseconds