Home
last modified time | relevance | path

Searched refs:newBB (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/
DFrontend.cpp624 BasicBlock *newBB = splitBlock(cUnit, codeOffset, bb); in findBlock() local
625 return newBB; in findBlock()
1956 BasicBlock *newBB = NULL; in dvmCompileTrace() local
1962 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 …]
/dalvik/dx/src/com/android/dx/ssa/back/
DIdenticalBlockCombiner.java177 BasicBlock newBB = new BasicBlock(block.getLabel(), in replaceSucc() local
180 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB); in replaceSucc() local