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

  /dalvik/vm/compiler/
CompilerUtility.h 67 bool dvmCompilerSetBit(BitVector* pBits, unsigned int num);
Frontend.cpp 564 dvmCompilerSetBit(bottomBlock->taken->predecessors, bottomBlock->id);
572 dvmCompilerSetBit(bottomBlock->predecessors, origBlock->id);
576 dvmCompilerSetBit(bottomBlock->fallThrough->predecessors,
594 dvmCompilerSetBit(bb->predecessors, bottomBlock->id);
890 dvmCompilerSetBit(tryBlockAddr, offset);
    [all...]
Loop.cpp 543 dvmCompilerSetBit(cUnit->tempBlockV, cUnit->entryBlock->id);
544 dvmCompilerSetBit(cUnit->tempBlockV, firstBB->id);
586 dvmCompilerSetBit(cUnit->tempBlockV, bodyBB->id);
597 dvmCompilerSetBit(cUnit->tempBlockV, bodyBB->id);
647 dvmCompilerSetBit(bb->taken->predecessors, bb->id);
661 dvmCompilerSetBit(bb->fallThrough->predecessors, bb->id);
SSATransformation.cpp 83 dvmCompilerSetBit(cUnit->defBlockMatrix[idx], bb->id);
115 dvmCompilerSetBit(cUnit->defBlockMatrix[inReg],
303 dvmCompilerSetBit(iDom->iDominated, bb->id);
Utility.cpp 296 bool dvmCompilerSetBit(BitVector *pBits, unsigned int num)
Dataflow.cpp     [all...]

Completed in 95 milliseconds