HomeSort by relevance Sort by last modified time
    Searched defs:targetBlock (Results 1 - 2 of 2) 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/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]

Completed in 71 milliseconds