HomeSort by relevance Sort by last modified time
    Searched refs:targetBlock (Results 1 - 3 of 3) 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 572 const CFGBlock *TargetBlock;
575 VisitWL(const CFGStmtMap *cbm, const CFGBlock *targetBlock,
577 : CBM(cbm), TargetBlock(targetBlock), CRA(cra) {}
596 return B == TargetBlock || CRA.isReachable(B, TargetBlock);
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]

Completed in 191 milliseconds