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

  /dalvik/vm/analysis/
VfyBasicBlock.cpp 119 VfyBasicBlock* targetBlock = vdata->basicBlocks[targetIdx];
120 if (targetBlock == NULL) {
121 targetBlock = allocVfyBasicBlock(vdata, targetIdx);
122 if (targetBlock == NULL)
124 vdata->basicBlocks[targetIdx] = targetBlock;
127 PointerSet* preds = targetBlock->predecessors;
138 targetIdx, targetBlock, curBlock->firstAddr, curBlock);
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 576 const CFGBlock *TargetBlock;
579 VisitWL(const CFGStmtMap *cbm, const CFGBlock *targetBlock,
581 : CBM(cbm), TargetBlock(targetBlock), CRA(cra) {}
597 return B == TargetBlock || CRA.isReachable(B, TargetBlock);
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 4370 milliseconds