Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DFrontend.cpp946 BasicBlock *fallthroughBlock = findBlock(cUnit, in processCanBranch() local
965 curBlock->fallThrough = fallthroughBlock; in processCanBranch()
966 dvmCompilerSetBit(fallthroughBlock->predecessors, curBlock->id); in processCanBranch()
1055 BasicBlock *fallthroughBlock = findBlock(cUnit, in processCanSwitch() local
1063 curBlock->fallThrough = fallthroughBlock; in processCanSwitch()
1064 dvmCompilerSetBit(fallthroughBlock->predecessors, curBlock->id); in processCanSwitch()
1136 BasicBlock *fallthroughBlock = findBlock(cUnit, in processCanThrow() local
1150 curBlock->fallThrough = fallthroughBlock; in processCanThrow()
1151 dvmCompilerSetBit(fallthroughBlock->predecessors, curBlock->id); in processCanThrow()