Searched refs:newBB (Results 1 – 2 of 2) sorted by relevance
624 BasicBlock *newBB = splitBlock(cUnit, codeOffset, bb); in findBlock() local625 return newBB; in findBlock()1956 BasicBlock *newBB = NULL; in dvmCompileTrace() local1962 newBB = dvmCompilerNewBB(kChainingCellInvokeSingleton, in dvmCompileTrace()1964 newBB->startOffset = 0; in dvmCompileTrace()1965 newBB->containingMethod = callee; in dvmCompileTrace()1969 newBB = dvmCompilerNewBB(kChainingCellInvokePredicted, in dvmCompileTrace()1971 newBB->startOffset = 0; in dvmCompileTrace()1976 newBB = dvmCompilerNewBB(dexIsGoto(flags) ? in dvmCompileTrace()1980 newBB->startOffset = targetOffset; in dvmCompileTrace()[all …]
177 BasicBlock newBB = new BasicBlock(block.getLabel(), in replaceSucc() local180 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB); in replaceSucc() local