Searched refs:targetBlock (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/analysis/
H A DVfyBasicBlock.cpp119 VfyBasicBlock* targetBlock = vdata->basicBlocks[targetIdx]; local
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);

Completed in 22 milliseconds